line 13
of index.html
. Or just delete those lines of code if you want to remove them.
Lists are an important part of many web pages. To create a bulleted list, use the <ul>
tag. Then use the <li>
tag for each item in the list.
line 18
of index.html
. The <blockquote>
tag is used for quotes.
lines 41-42
of index.html
.
The <h1>
, <h2>
and <h3>
tags are used for headings. <h1>
is generally bigger than <h2>
, which is bigger than <h3>
, etc.
Make sure your new text is enclosed in the opening and closing heading tags.
line 60
of index.html
.
There are several ways to add images to web pages. Here you'll use the "background image"
property in CSS.
How to get the address for your new image:
line 60
. (Careful! Don't lose the quotation marks.)line 65
.line 77
. Try adjusting the values and see what happensline 66
. Try changing it from "Trebuchet MS" to "Georgia".