Sep 26, 2013

Learn HTML online for free - Part 04 "Make the head"

7:56 AM

READ MORE



Everything in our HTML file will go between the opening <html> and closing </html> tags.
There are always two parts to the file: the head and body. Let's focus on the head.

a. It has an opening and a closing tag.
b. The head includes important information about the webpage, such as its title.
c. The title is the words we see in the tab (for example, the title of this page is "Introduction to HTML").
Instructions:
  1. Add a <head> opening and </head> closing tag. See the Hint for more.
  2. Between the <head> tags, add in opening <title> and closing </title> tags.
  3. In between the <title> tags, write the title of your webpage: Bad to the Bonez Webpage Inc. You'll be able to see the title at the top of your browser window: click and open in a new tab to see!
  4. Press Save & Open it on your browser!

Written by

Learn Programming Language, Web Development and more Online without any cost!!!

0 comments:

Post a Comment

 

© 2013 Technology Update News!. All rights resevered. Designed by BDpython

Back To Top