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