60 likes | 218 Vues
In this introduction to HTML 4.0, you will learn how to create a basic HTML file using Notepad. An HTML file should have a .html or .htm file extension, with the latter being compatible with older operating systems. The session covers essential HTML tags that help browsers display web pages correctly, including `<html>`, `<head>`, `<title>`, and `<body>`. Be prepared to engage with questions to solidify your understanding of HTML basics.
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.