f | f |
HTML | RESULT |
f | f |
http://www.quackit.com/ |
w6school
Saturday, July 7, 2012
Sunday, March 11, 2012
Forms
f | f |
HTML | RESULT |
f | f |
<form> First Name:<input type="text" name="first"/><br/> Last Name:<input type="password" name="ps"/><br/><input type="radio" name ="rd" value="rd"/>Ajab<br/><input type="checkbox" name="ck" value="ck"/>Khan</br><input type="submit" name="sub" value="Send"/> </form> <form name="data" action="receve.html" mathod="post"/> <input type="text" value="Seach" name="txt"/> <input type="post: name="btn" value="Search"/> </form> |
Lists
f | f |
HTML | RESULT |
f | f |
<ol> <li>ajab</li> <li>khan</li> </ol> <ul> <li>Ajab</li> <li>Khan</li> </ul> <dl> <td>ajab</td> <dd>Khan</dd> <dt>IT</dt> <dd>Charger</dd> </dl> |
|
Saturday, March 10, 2012
Tables
f | f | ||||||||
HTML | RESULT | ||||||||
f | f | ||||||||
<table border="1"> <tr> <td>ajab</td><td>khan</td> </tr> <tr> <td>ajab</td> </tr> </table> <table border="1"> <tr> <th>header</th> <th>headeer</th> </tr> <tr> <td>ajab</td><td>khan</td> </tr> <tr> <td>ajab</td> </tr> </table> |
|
Friday, March 9, 2012
Style
f | f |
HTML | RESULT |
f | f |
<body style="background-color:green;"> <h1 style="background-color:red;">H1</h1> <p style="background-color:yellow;">Paragraph</p> | H1Paragraph |
Thursday, March 8, 2012
Fonts
f | f |
HTML | RESULT |
f | f |
<font size="5" face="arial"color="red">Arial, size 5,red.</font> <font size="3"face="verdana"color="blue"> Verdana, size 3,blue.</font> | Arial, size 5,red. Verdana, size 3,blue. |
Text Formatting
f | f |
HTML | RESULT |
f | f |
<b>bold</b> <strong>strong</strong> <big>big</big> <i>italic</i> <em>emphasized</em> <code>code</code> <sup>sup</sup> <sub>sub</sub> | bold strong big italic emphasized code sup sub |
Subscribe to:
Posts (Atom)