week 1 Flashcards

1
Q

superscript tag

A

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

HTML has …….. “levels” of headings

A

six

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

……….. markup add extra
information to the pages

A

semantic

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

we use ….. tag for a word to appear bold

A

<b> </b>

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

The …………. element is used to create a table

A

<table>
</table>

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

………… as italic

A

<em></em>

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

Whenever you have many different colors in a picture you should use a ……….

A

JPEG

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

subscript tag

A

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

To create a paragraph, surround the words that make up the paragraph with an opening …. tag and closing …. tag.

A

<p>, </p>

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

In HTML Table, each block in the grid is referred to as a
…………

A

table cell

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

Abbreviations tag

A

<abbr> </abbr>

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

…….. markup not intended to affect the
structure of your web pages

A

semantic

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

To change link’s opening window, you can use the ……… attribute

A

target

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

Use …. or ….. format for flat colors (e.g logos and illustrations )

A

GIF, PNG

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

Using images on the web with higher resolution will not result in better image quality-only in larger file sizes
(T/F)

A

True

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

The ……. of an image is the number of squares that fit within a 1 inch x 1 inch square area

A

resolution

17
Q

………. as bold

A

<strong></strong>

18
Q

definition lists tag

A

<dl> </dl>

19
Q

The contents of the table are written out row by row using …….

A

<tr>
</tr>

20
Q

Identify the points in the page that the link will go to using the ……….. attribute

A

id

21
Q

Each cell of a table is represented using a ………….. element

A

<td>
</td>

22
Q

……. provide meaning to content

A

Tags

23
Q

Ordered list tag

A

<ol> </ol>

24
Q

In linking to other pages on the same site, The href attribute starts with ………..: and is followed by the email
address

A

malito

25
Q

unordered list tag

A

<ul> </ul>

26
Q

When the browser comes across two or more spaces next to each other, it only displays ……. space

A

one

27
Q

The ………. attribute starts with the # symbol, followed by the value of the id attribute of the element you want to link to

A

href

28
Q

………. element is used just like the <td> element but its purpose is to represent the heading for either a column or a row

A

<th>
</th>

29
Q

In HTML a table is written out column by column
(T/F)

A

False

30
Q

we use ….tag for a word to appear italic

A

<i> </i>

31
Q

Horizontal rule tag

A

<hr></hr>

32
Q

HTML5 has introduced a new
……… element to contain images and their caption so that the two are associated

A

<figure>
</figure>