1 / 11

HTML Coding

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>

Télécharger la présentation

HTML Coding

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HTML Coding

  2. 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>

  3. 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>

  4. 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?

  5. Table Management

  6. Table Codes <Table> <tr> <td>Table data 1</td> <td>Table data 2</td> </tr> </table> <tr> : table row <td>: table data

  7. Images<img src=“image_filename.ext”>Images have to be in JPEG or GIF format.

  8. Bulletted List:<ul><li><li></ul><ul>: unordered list<ol>: ordered list<li>: list item

  9. Allow Users to e-Mail:<a href=”mailto:pan@tcnj.edu”> e-mail Dr. Pan </a>

  10. Link to Another Web Page:Click here to see page 2.Click <a href=“page2.htm”> here</a> to see page 2.

  11. Publish with Fetch_FTPHost: beast.tcnj.eduUser ID:Password:Folder: wwwurl: www.tcnj.edu/~userID/

More Related