Ganwa

Home   About Me   Contact Me   My Work   My Study

My Studies


HTML Tags

html
HTML
head
header area of page
body
body area of page
p
Paragraph
a
Relative Links, Absolute Links
hr
horizontal line
table
Excel like table in html
tr
create table row
td
create a cell/column in table row
br
New line
h1, h2, h3, h4, h5, h6
HTML headings bigger to small
Form
Create HTML forms with fields
input
all types of inputs (text, checkbox, radio, submit, email, select)
textarea
write long text as input in textarea
fieldset, legend
group related elements in a form
colspan
number of columns a cell should merge/increase
rowspan
number of rows a cell should merge/increase
title
span title to hover text label
ol
create ordered list in html
ul
create unordered list in html
li
add more list items to ul(unordered) or ul (ordered) lists
super
short the text and put on top of content
sub
short the text and put on bottom of content
strong
bold the text
em, i
italic the text
blockquote
Add text quotations
cite
add references for content
center
center the content