0% found this document useful (0 votes)
3 views

Tags

The document outlines various HTML elements and attributes used for structuring web pages, including headings, paragraphs, lists, links, images, tables, forms, and iframes. It provides syntax examples for each element, specifying attributes like alignment, color, and size. Additionally, it covers advanced features like maps and framesets.

Uploaded by

mirasaadieh29
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Tags

The document outlines various HTML elements and attributes used for structuring web pages, including headings, paragraphs, lists, links, images, tables, forms, and iframes. It provides syntax examples for each element, specifying attributes like alignment, color, and size. Additionally, it covers advanced features like maps and framesets.

Uploaded by

mirasaadieh29
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

-----------general-------------

html
head
title
body background= bgcolor= style="width:400px;"
h1 align = "left | center | right"
h2 align = "left | center | right"
.
.
h6 align = "left | center | right"
p align = "left | center | right | justify"
br
b
u
i
s
sup
sub
big
small
center
!-- ************* --
pre
hr
 
font face= color=

-----------list-------------
ul type = "disc | circle | square"
ol type = "1 | A | I | a | i"
li

-----------link-------------
a href = filename with extension | site name | name of internal place
a name =

-----------image-------------
img src = filename with extension width = ...... height = ......

-----------table-------------
table border width --> relative 50% | absolute 400px align bgcolor
cellpadding cellspacing
thead
tbody
tfoot
th bgcolor
tr align = left | center | right bgcolor
td align = left | center | right valign = top | middle | bottom rowspan
colspan bgcolor
caption align = top | bottom
-----------form-------------
form
label
input type = text | email | password | date | number | color | file
input type = checkbox | radio + name | reset | submit | button
input minlength= maxlength= min= max=
fieldset
legend
select + option
textarea cols rows

-----------iframe-------------
iframe src= width= height=

-----------others-------------
usemap = "#......"
map src= name="......" target=
frameset cols=" " rows=" "
frame name=

You might also like