Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

HTML

<html> </html>

HTML

<head></head>

head

<title></title>
<body></body>

content

<a></a>

Anchor

<abbr></abbr>

Abbreviation

<b></b>

Bold

<i></i>

Italic

<big></big>

<small></small>

<blockquote> </blockquote>

<br / >

<code></code>

<table></table>

<col></col>
<td></td>

<tr></tr>

<form></form>
<h1></h1>

1-6

<hr/>

<img/>
<input></input>

<li></li>
<meta></meta>

Meta

<ol></ol>

<ul></ul>
<p></p>

<pre></pre>

pre-formatted

<tt></tt>
<strong></strong>

Strong

<sub></sub>

subscripted text

<sup></sup>

superscripted text

HTML
<font>
<h1>.<h6> <p>
<body>
<div>
<img> <table>
<input />

size="5" face="Tahoma" color="red"


align="center" align="left" align="right"
title="Bangladesh"
bgcolor="green" background="../images/ele.png"
id="book" class="pen" align="center"
height="100px" width="50px" border="5px"
type="text" name="TextField"

You might also like