HTML and CSS Reference
In-Depth Information
Practice: HTML Basics
1.
Create a new home page and title it
The Wonderful World of Cats
2.
Save the page within the HTML Files folder in a new folder
called Cats .
3.
Make the main heading of the home page read
The Wonderful World of Cats
4.
Using a style sheet, make the main heading size 1.
Tip: Open format.css from the Dogs folder, then save it in the
Cats folder.
In the home page, link to format.css using a <link> tag below
the <head> tag.
Then format the heading using a <h1> tag.
5.
Below the main heading on the home page, insert a bulleted list:
House Cats
Alley Cats
Big Cats
6.
Using the style sheet, put these list items in the arial font, with a
size of 10 points. Plain text, not bold.
Search WWH ::




Custom Search