Make the Head - Chapter 3

Comments
Chapter 3
(This section will help you understand basics of HTML, language used to create Websites)

(c) Make the Head : 
  • All content of our HTML file goes in between the opening <html> and closing </html> tags.
  • Always remember, there are always two parts of the HTML file : the head & the body. For now let's just focus on head tag.
    1. It has an opening tag as well as a closing tag. (i.e. <head> and </head> ).
    2. The head only includes important information about the HTML webpage. e.g. title
    3. The title of any webpage is the word you see in the web-browser's tab

0 comments:

Post a Comment