Unit I - Lesson 4 - Basic Structure of HTML
Unit I - Lesson 4 - Basic Structure of HTML
Contd
These mark-ups are called tags. They appear with this format:
<command> where keyword is HTML used
World Wide Web Consortium (W3C) is the rule-making body of the Web. The most essential standards are:
HTML Hypertext Markup Language
TAG
It is a command in HTML that tells the browser how to display data on a Web Page. Each command is in between less than (<) and greater than (>).
TAG MEANINGS
<HTML></HTML>
HTML without forward slash denotes the
beginning of the document while the other one denotes the end of the document.
<HEAD></HEAD>
It provides information about the URL of
your Web page. It contains <TITLE> tag. The title tag does not contain any formatting commands such as bold, italics etc. To format the title of the page.
Contd
<BODY></BODY>
It is the second part of the HTML document
that contains the information about the page such as text, graphics, sound and video.
Question: Is HTML letter case sensitive (big or small letters)?
Contd
COMMENT TAG
It is just a note on your program. Anything
between these tags will not be seen on the browser. It is only visible on the source code. You can it anywhere on your code. Format:
<!--type your comment-->
Contd.
4. 5. 6. 7.
Save the file as text file with the following file name: basic_structure.html Open the saved HTML document. You now have your first constructed Web page. Your file must be within your assigned folder.
AGREEMENT
Prepare for a LONG QUIZ on Monday about the following Lesson 1-5
HAPPY LEARNING!