Basic html structure
Html head title body
All elements have this 4 attributes
Id
Title
Class
StYle
Usual formating tags
Em o i for italics B or strong bold P for paragraph Br line break H1 for headings
Basic form structure
Form action=”” method=””
Input type=text name value
Form
What kind of input types is there
Text Date Radio Password Checkbox using
love
How do u post a link
<a></a>
An iframe is used to display a web page within a web page.