110 likes | 294 Views
HTML Coding. Review Exercise Identify 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> </html> </body>. Correct Codes. 0. <HTmL> 1. <Head><Title>Math Web</Title> 2. </head>
E N D
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> • </html> • </body>
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> • </body> • </html>
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?
Table Codes <Table> <tr> <td>Table data 1</td> <td>Table data 2</td> </tr> </table> <tr> : table row <td>: table data
Images<img src=“image_filename.ext”>Images have to be in JPEG or GIF format.
Bulletted List:<ul><li><li></ul><ul>: unordered list<ol>: ordered list<li>: list item
Allow Users to e-Mail:<a href=”mailto:pan@tcnj.edu”> e-mail Dr. Pan </a>
Link to Another Web Page:Click here to see page 2.Click <a href=“page2.htm”> here</a> to see page 2.
Publish with Fetch_FTPHost: beast.tcnj.eduUser ID:Password:Folder: wwwurl: www.tcnj.edu/~userID/