Html Flashcards

1
Q

Syntax that controls a list to be unordered

A

Ul

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Extension of all html pages

A

.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Syntax that controls for an ordered list

A

Ol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Tag for a list item

A

Li

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The way to not add styles to html

A

Inline styling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Syntax to link a style sheet

A

<link rel=“stylesheet” href=“(name)”>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Keywords to use when creating an image

A

Img, source(src), aternative(alt), height and width

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does Div tag do

A

Define a section

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Name for the tag to link image, attributes

A

Anchor, Href and target

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Keyword to make an image link open in a new tab

A

Target=“_blank”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Keywords for a form

A

Type, name and value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Syntax for a new line

A

Br

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What things on forms have type radio

A

Fill in bubbles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Marker for a line getting input

A

Input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Tag to make a row in a tabld

A

Tr

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Extension of javascript files

A

.js

17
Q

What class centralizes context and fixes margins

A

Container

18
Q

What class styles icons and their accompanying text

A

Icon-block

19
Q

Tag for displaying icons

A

i