HTML Snippets
Here's tags of HTML...
Html
[html]<html>[/html]
Head
Title
Headings
Bold
Italic
Underlined
Subscript
Superscript
Small text
Strong text
Font size
Break Rule
Horizontal Rule
Empathis
Font Type
Image
Ordered List
Unordered List
Paragraph
TileType
Table
Strike
Option
Menu
Input
Form
Definition list
Link
Html
[html]<html>[/html]
Head
Code:
<head>
Code:
<title>
Code:
<h1> <h2> <h3> <h4> <h5> <h6>
Code:
<b>
Code:
<i>
Code:
<u>
Code:
<sub>
Code:
<sup>
Code:
<small>
Code:
<strong>
Code:
<Font size=2>
Code:
<br />
Code:
<hr />
Code:
<em>
Code:
<font face="Trebuchet MS" size="+3" color="#ff0000">Example</font>
Code:
<img src="MPGH.gif" width="41" height="41" border="0" alt="*1 Hacking Site" />
Code:
<ol>
Code:
<ul>
Code:
<p>
Code:
<tt>
Code:
<table border="4" cellpadding="2" cellspacing="2" width="100%"> <tr> <td>Column 1</td> <td>Column 2</td> </tr> </table>
Code:
<strike>
Code:
<form method=post action="/cgi-bin/example.cgi"> <center> Select an option: <select> <option>option 1</option> <option selected>option 2</option> <option>option 3</option> <option>option 4</option> <option>option 5</option> <option>option 6</option> </select><br> </center> </form>
Code:
<menu> <li type="disc">List item 1</li> <li type="circle">List item 2</li> <li type="square">List item 3</li> </menu>
Code:
<form method=post action="/cgi-bin/example.cgi"> Select an option:<br> <input type="radio" name="option"> Option 1 <input type="radio" name="option" checked> Option 2 <input type="radio" name="option"> Option 3 <br> <br> Select an option:<br> <input type="checkbox" name="selection"> Selection 1 <input type="checkbox" name="selection" checked> Selection 2 <input type="checkbox" name="selection"> Selection 3 <input type="Submit" value="Submit"> </form>
Code:
<form action="mailto:you@hotmail.com"> Name: <input name="Name" value="" size="10"><br> Email: <input name="Email" value="" size="10"><br> <center><input type="submit"></center> </form>
Code:
<dl> <dt>Definition Term</dt> <dd>Definition of the term</dd> <dt>Definition Term</dt> <dd>Definition of the term</dd> </dl>
Code:
<a href="http://www.mpgh.net/"> *1 Hacking site on the net.</a>
