My HTML skills
#1
Code:
<html>
<head>
<marquee bgcolor="#cccccc" loop="-1" scrollamount="2" width="100%">Work in progress</marquee>
<style type="text/css">
body
{
background-color:#8B008B;
}
h1
{
color:red;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:40px;
}
</style>
</head>

<body>

<h1>Ashely CSS</h1>
<p>Just testing out the colors and how they would look.</p>
<h2>Just testing my skills<h2>
<p2> Kind of rusty =/<p2>
<form method=post action="/cgi-bin/example.cgi">
<center>
How good do you think my HTML skills are?:
<select>

<option>bad</option>
<option>fair</option>
<option>okay</option>
<option>good =3</option>
</select><br>
<input type="Submit" value="Submit"></center>
</form>

</body>
</html>

Plan on adding more to it, Just thinking of colors.
Reply


Messages In This Thread
My HTML skills - by Ashely - 04-24-2011, 01:03 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)