table

Home Registeration Login Table Locator ALL TAGS TILL NOW
TAGS HTML DIS ATTRIBUTE RESULT
<b> this is a bold tag which makes the txt bold none bold
<i> this is a italics tag which makes the txt italic none italic
<u> this is a underline tag which makes the txt underline none underline
<tt> this is a fixed width tag which gives the txt fixed width none fixed width
<big> this is a bigger print tag which makes the txt bigger none bigger
<small> this is a print smaller tag which makes the txt smaller none smaller
<sub> this is a subscript tag which writes the txt in subscript none x
<sup> this is a superscript tag which writes the txt in superscript none x
<mark> this is a mark tag which marks the txt none mark it
<del> this is a delete tag which deletes the txt crossed with a line none delete it
<em> this is a emphesise tag which emphesise the txt none emphesise
<br> this is a break line tag which writes the txt in next line none break
it
<hr> this is a horizontal line tag which draws the horizontal line color="col_name"
size="no"
width="no"
aline = center/ left /right

<body> this is a body tag which makes the body of the web page bgcolor=value
text=value
background=value
topmargin=value
leftmargin=value
topmargin=value
rightmargin=value
bicheps , six packs , tricheps etc
<h1> to <h6> this is a heading tag which makes the heading of any element align=left/right/center title="description_message"

heading


heading


heading


heading


heading

heading

<p> this is a paragraph tag which is used to write paragraphes align=justify write your self a paragraph
<font> this is a font tag which used to modify tags color=""
size=value
face="font_family"
write the font
<img> this is a image tag which inserts image into a webpage src="path"
Align=""
width=value
height=value
border=value
hspace=value
vspace=value
alt="txt"
take a selfie now
<marquee> this is a marquee tag which scrolls some elements bgcolor=""
direction=left/right/up/down
scrollamount=value
behavior=scroll/alternate/slide loop=balue
width=value
height=value
LETS MOVE IT
<table> this is a table tag which creates tables with rows and columns , table has sub tags as follows :
<tr>table row
<td> table data
<thead> table header
<tbody> table body
<tfoot> table footer
<th> table heading
bgcolor="color"
align=left/right/up/down
border=value
bordercolor="color"
width=value
height=value
background="image.ext"
cellpadding=value
cellspacing=value
This webpage is in table format
<ol> this is a order list tag which creates list ordered in (roman,numeric,letters) , it has sub tags as follows:
<li> list item
type=1 default/a/A/i/I
start=number
  1. dog
  2. cat
  3. rat
<ul> this is a ul tag which creates list in unordered form in (disc/square/circle) , it has sub tags as follows:
<li> list item
type=disc/square/circle
  • dog
  • cat
  • rat
<dl> this is a defination list tag which is used to define a list , it has sub tags as follows:
<dt> defination term
<dd> defination description
none
dog
cat
rat

Comments