There is 6 different headline values,
You need 2 documents (or more)
one CSS and as many HTML/PHP/whatever
Ill you to documents just to show you how this work
1. css.css
2. index.html
Code:
body
h1{
font-family: Verdana,Arial,sans-serif;
font-size: 150%;
color: #334d55;
}
h2{
font-family: Verdana,Arial,sans-serif;
font-size: 120%;
color: #006699;
}
h3{
font-family: Verdana,Arial,sans-serif;
font-size: 115%;
color: #334d55;
}
h4{
font-family: Verdana,Arial,sans-serif;
font-size: 100%;
font-weight: normal;
color: #333333;
}
h5{
font-family: Verdana,Arial,sans-serif;
font-size: 100%;
color: #334d55;
}
h5{
font-family: Verdana,Arial,sans-serif;
font-size: 90%;
color: #334d55;
}
The only new from You are not allowed to view links.h1{
font-family: Verdana,Arial,sans-serif;
font-size: 150%;
color: #334d55;
}
h2{
font-family: Verdana,Arial,sans-serif;
font-size: 120%;
color: #006699;
}
h3{
font-family: Verdana,Arial,sans-serif;
font-size: 115%;
color: #334d55;
}
h4{
font-family: Verdana,Arial,sans-serif;
font-size: 100%;
font-weight: normal;
color: #333333;
}
h5{
font-family: Verdana,Arial,sans-serif;
font-size: 100%;
color: #334d55;
}
h5{
font-family: Verdana,Arial,sans-serif;
font-size: 90%;
color: #334d55;
}
Register or Login is h# is headline number, and Front-size here is use size in percent not pixels, you can always use pixels to...
You also see that i use different colors Feel free to change them to.
Code:
<html>
<head>
<link href="css.css" rel="stylesheet" type="text/css" />
<title>CSS: lesson 2: "Deeper down" Capter one: The Headlines Tutorial by Universal Webmasters</title>
</head>
<body>
<h1>Headline 1</h1><br>
<h2>Headline 2</h2><br>
<h3>Headline 3</h3><br>
<h4>Headline 4</h4><br>
<h5>Headline 5</h5><br>
<h6>Headline 6</h6>
</body>
</html>
<head>
<link href="css.css" rel="stylesheet" type="text/css" />
<title>CSS: lesson 2: "Deeper down" Capter one: The Headlines Tutorial by Universal Webmasters</title>
</head>
<body>
<h1>Headline 1</h1><br>
<h2>Headline 2</h2><br>
<h3>Headline 3</h3><br>
<h4>Headline 4</h4><br>
<h5>Headline 5</h5><br>
<h6>Headline 6</h6>
</body>
</html>
You are not allowed to view links.
Register or Login

Logged
discuss this topic to