Welcome to HTML, CSS & JavaScript

In: Uncategorized

5 Jan 2009

Here is what we covered our first night:

External Stylesheet:
<link href=”external.css” rel=”stylesheet” type=”text/css” />

Inline CSS:
<p style=”color:blue; font-size:30px;”>This is inline css</p>

Internal CSS: (this goes in between the head tags)
<style type=”text/css”>
p { color:red; }
body {
background-color:#CC0000;
color:black;
font-family:”Courier New”, Courier, monospace;
}
</style>

Share

Comment Form

Follow Me

    Related Links

    RSS See My Latest Photography