Including Style Sheets in a Page

Creating Page-Level Styles First , let’s look at how we can apply styles to our page at the page level. Thus far, you’ve seen how styles are applied, but you haven’t seen any style sheets. Here’s what one looks like: <style type=”text/css”> h1 { font-size: x-large; font-weight: bold; } h2 { font-size: large; font-weight: bold; … Read more

HTML Does Not Describe Page Layout

When you’re working with a word processor or page layout program, styles are not just named elements of a page; they also include formatting information such as the font size and style, indentation, underlining, and so on. So, when you write some text that’s sup- posed to be a heading, you can apply the Heading … Read more