1 / 6

Introduction to HTML 4.0

Introduction to HTML 4.0. Getting Started – Basic Page Structure. Teacher: Mr. Ho. How to Create an HTML File?. Use Notepad from Windows. HTML File (I). Has an .html or . htm file extension Some older OS does not support four-letter file extensions Therefore, it uses . htm

nitesh
Télécharger la présentation

Introduction to HTML 4.0

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. Introduction to HTML 4.0 Getting Started – Basic Page Structure Teacher: Mr. Ho

  2. How to Create an HTML File? • Use Notepad from Windows

  3. HTML File (I) • Has an .html or .htm file extension • Some older OS does not support four-letter file extensions • Therefore, it uses .htm • Newer OS supports both four-letter file extension

  4. HTML File (II) • Has tags, which are • Commands or code used to tell the browser how to display the web page • Examples: • <html> </html> • <head> </head> • <title> </title> • <body> </body>

  5. Example of an HTML File

  6. Questions & Answers • Do you have any questions so far? • If you do, please ask now.

More Related