60 likes | 195 Views
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
E N D
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 • Newer OS supports both four-letter file extension
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>
Questions & Answers • Do you have any questions so far? • If you do, please ask now.