Headings: [Skip]

Web-Design Tutorials by Dr Sam

CSS, the Cascade

Menu [Skip]

Document Level Styles

Creating Document Level Styles

Document level styles are set in the head of the document. They are enclosed within their own <style></style> tag-pair, like this:

Notice that the opening <style> tag contains a type attribute:

<style type="text/css">