Html Flashcards
1
Q
Syntax that controls a list to be unordered
A
Ul
2
Q
Extension of all html pages
A
.html
3
Q
Syntax that controls for an ordered list
A
Ol
4
Q
Tag for a list item
A
Li
5
Q
The way to not add styles to html
A
Inline styling
6
Q
Syntax to link a style sheet
A
<link rel=“stylesheet” href=“(name)”>
7
Q
Keywords to use when creating an image
A
Img, source(src), aternative(alt), height and width
8
Q
What does Div tag do
A
Define a section
9
Q
Name for the tag to link image, attributes
A
Anchor, Href and target
10
Q
Keyword to make an image link open in a new tab
A
Target=“_blank”
11
Q
Keywords for a form
A
Type, name and value
12
Q
Syntax for a new line
A
Br
13
Q
What things on forms have type radio
A
Fill in bubbles
14
Q
Marker for a line getting input
A
Input
15
Q
Tag to make a row in a tabld
A
Tr