HTML Flashcards

1
Q

programming language

A

describe how something should behave

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

markup language

A

used to annotate and add semantic structure or meaning to a text document

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

div

A

stands for division, or a section of your document

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

used to wrap quotes

A

blockquote

inside blockquote, we want to use paragraph tag

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

say who the quote is from

A

cite attribute

citations must be a url

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

in line quotation

A

q tag

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

…………. element represents a fragment of computer code

A

code

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

………… element represents a block of preformatted text

A

pre

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

abbreviation element

A

abbr tag

title attribute to add expansion of acronym

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

……….. element represents contact information

A

address

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

………. element represents a title of a work like a book, a movie, a song or even specific tings like script for a tv show

A

cite

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

…………… represents a line break opportunity

A

wbr

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

definition list

A

dl - definition list
dt - definition title
dd - definition description

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

connect various parts of your page together

A

anchor element

a tag

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

go up one level

A

../

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

add images

A

img
src
alt - used by search engines and screen readers
title - will display when you hover over the image