Getting Started – Basic Page Structure 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 Examples: Commands or code used to tell the browser how to display the web page Examples: <html> </html> <head> </head> <title> </title> <body> </body>
Example of an HTML File
Questions & Answers Do you have any questions so far? If you do, please ask now.