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