html body { margin-top: 50px !important; } #top_form { position: fixed; top:0; left:0; width: 100%; margin:0; z-index: 2100000000; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; border-bottom:1px solid #151515; background:#FFC8C8; height:45px; line-height:45px; } #top_form input[name=url] { width: 550px; height: 20px; padding: 5px; font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; border: 0px none; background: none repeat scroll 0% 0% #FFF; }
,
HTML PDF
HTML PDF
<head>
<title> </title>
<body> </body>
<head>
</html>
<p>------------------------------------Defines a paragraph
<!__>----------------------------------Defines a comment
<html>
<body>
<h1 align=”center”>-----------</h1>
<p>---------------------------------</p>
</body>
</html>
1
<html>
<h1 align=”center”>-----------</h1>
</body>
</html>
<html>
<body>
</p>
</body>
</html>
<html>
<body>
<p>---------------------------------------------</p>
</body>
</html>
2
<html>
<body>
<hr>
<hr>
<p>-------------------------------------------------</p>
</body>
</html>
<html>
<body background=”--------------“>
</body>
</html>
<b>-------------------------------------Bold text
<big>-----------------------------------Big text
<em>-----------------------------------Emphasized text
<i>---------------------------------------Italic text
<small>---------------------------------Small text
<strong>-------------------------------Strong text
<sub>-----------------------------------Subscripted text
<sup>-----------------------------------Superscripted text
3
<code>-----------------------------------------Code text
<kbd>-------------------------------------------Keyboard text
<tt>----------------------------------------------Teletype text
<var>--------------------------------------------Variable
<abbr>----------------------------------------------------Defines abbreviation
<acronym>----------------------------------------------Defines acronym
<bdo>------------------------------------------------------Text direction
<cite>------------------------------------------------------Defines Citation
<dfn>-------------------------------------------------------Definition term
<html>
<body>
</body>
</html>
4
Entity name Number Description Result
  non breaking space ___
' apostrope
<html>
<body>
<p>
</a>
<p>
</body>
<html>
<body>
<p>
5
<a name=”c2”> <h2> chapter 2 </h2> </a>
</body>
</html>
<html>
<body>
<a href=mailto:babujaya795@gmail.com?subject=hello”>
</body>
</html>
<frameset>----------------------------------Set of frames
<html>
<frameset cols=”20%,30%,50%>
</frameset>
</html>
6
<html>
<frameset rows=”30%,30%,40%>
</frameset>
</html>
Tag Description
7
<html>
<body>
<h1>--------------------------------</h1>
<th>--------------------------------</th>
<table border=”-----“>
<tr>
<td>----------------------</td>
<td>-----------------------</td>
</tr>
</table>
</body>
</html>
<caption>-----------------</caption>
<th colsspan=”---------------“>--------------</th>
<th rowspan=”----------------->--------------</th>
8
<html>
<body>
<ul>
<li>--------------</li>
<li>---------------</li>
</ul>
</body>
</html>
<html>
<body>
<tr>
<td>-----------------</td>
<td>------------------</td>
</tr>
<tr>
<td>------------------</td>
<td>------------------</td>
</table>
</body>
</html>
9
List Tags Description
<ul=”circle”>
<ul=”box”>
<ul=”number”>
10
<html>
<body>
<ul>
<li>-------------</li>
<li>-------------
<ul>
<li>----------------</li>
<li>----------------</li>
</ul>
</li>
</ul>
</body>
</html>
Tag Description
11
<html>
<body>
<form>
Ex;First name
<br>
Last name;
</form>
</body>
</html>
<html>
<body>
<form>
Ex; male:
Female:
</form>
</body>
</html>
12
<html>
<body>
<form>
<br>
I have a car:
</form>
</body>
</html>
<html>
<body>
<form>
<option value=”---“>-----
<option value=”---“>-----
<option value=”---“>------
</select>
</form>
</body>
</html>
13
<html>
<body>
<form>
Ex; Declaration:
</text area>
</form>
</body>
</html>
<html>
<body>
<form>
</form>
</body>
</html>
14
<html>
<body>
<fieldset>
<legend>
</legend>
<form>
</form>
</fieldset>
</body>
<html>
<html>
<body>
------------------------------------------------
</form>
</body>
</html>
15
<html>
<head>
<body>
</head>
</body>
</html>
<html>
<head>
<body.
<p>
</p>
</head>
</body>
</html>
16