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.
- It has an opening tag as well as a closing tag. (i.e. <head> and </head> ).
- The head only includes important information about the HTML webpage. e.g. title
- The title of any webpage is the word you see in the web-browser's tab
0 comments:
Post a Comment