11
HTML Coding

HTML Coding

Embed Size (px)

DESCRIPTION

HTML Coding. Review Exercise Identify errors below:. 0. 1. Title: 2. Welcome to the Math Web! 3. 4. Click here to visit TCNJ 5. . Correct Codes. 0. 1. Math Web 2. - PowerPoint PPT Presentation

Citation preview

Page 1: HTML Coding

HTML Coding

Page 2: HTML Coding

Review ExerciseIdentify errors below:

0. <HTmL>1. <Head>Title: <Math Web>2. Welcome to the Math Web!3. <body>4. Click here to visit

TCNJ<ahref=www.tcnj.edu></a>5. </head>6. </html>7. </body>

Page 3: HTML Coding

Correct Codes

0. <HTmL>1. <Head><Title>Math Web</Title>2. </head>3. <body>4. Welcome to the Math Web! <br>4. Click here to visit <a href=“http:/www.tcnj.edu”>

TCNJ </a>6. </body>7. </html>

Page 4: HTML Coding

Questions

• Which programs can be used to browse Web pages?

• Which programs can be used to create Web pages with the HTML coding?

• Which programs can be used to publish Web pages?

• If your Web folder is not set up yet, which command would you give to set up it from your UNIX account?

Page 5: HTML Coding

Table Management

Page 6: HTML Coding

Table Codes

<Table>

<tr> <td>Table data 1</td> <td>Table data 2</td>

</tr>

</table>

<tr> : table row

<td>: table data

Page 7: HTML Coding

Images

<img src=“image_filename.ext”>

Images have to be in JPEG or GIF format.

Page 8: HTML Coding

Bulletted List:<ul><li><li>

</ul>

<ul>: unordered list<ol>: ordered list

<li>: list item

Page 10: HTML Coding

Link to Another Web Page:

Click here to see page 2.

Click <a href=“page2.htm”> here</a> to see page 2.

Page 11: HTML Coding

Publish with Fetch_FTP

Host: beast.tcnj.eduUser ID:

Password:Folder: www

url: www.tcnj.edu/~userID/