Take a look at the HTML file in index.html
. Pretty standard, right? You know all this stuff: headers, paragraphs, images, lists, and tables. Look in the preview pane: no surprises there. (In fact, it's pretty ugly if you ask us.)
The stylesheet.css
tab (which we'll teach you how to use in this course) contains all the CSS styling information: where HTML elements should go, what color they should be, how big they should be, and more.
We've commented out a crucial line in the index.html
file. If you remove the comment (the <!--
in line 4 before the text, and the -->
in line 6 after the text), you'll be able to see the magic CSS imparts. Don't delete any of the actual <link>
tag!