Here are some beginners HTML dor you
Here is how you link.
HTML Code:
<a href="URL">Whatever</a>
Font tag
HTML Code:
<font color="red">Whatever</font>
Here is a bg color
HTML Code:
<body bgcolor=Color>
Here is a text color
HTML Code:
<body textcolor=color>
(If you do bgcolor before you do this then you only have to type text not text color)
Here is how you make a frame.
HTML Code:
<iframe></iframe>
Here is how you make The links before you click them color
Here is the color of a link after you click it
Here is how you make the biggest sentence.
HTML Code:
<h1>Whatever</h1>
Here is the smallest sentence.
HTML Code:
<h6>Whatever<H6>
Form Starter & Ender
HTML Code:
<form method="post" action="script.php"></form>
Text Input (Put between <form></form> tags)
HTML Code:
<input type="text name="name">
Password Input (Put between <form></form> tags)
HTML Code:
<input type="password" name="name">
Drop down selection menu (Put between <form></form> tags)
HTML Code:
<select><option value="yes">Yes</option></select>
here u go
-Coolprogram
Fixed it up abit.. Added some form html