Study guide Flashcards

1
Q

What does HTML do?

A

HTML gives authors the means to: Publish online documents with headings, text, tables, lists, photos, etc. Retrieve online information via hypertext links, at the click of a button

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

what does HEAD do?

A

used to define the head portion of the document which contains information related to the document.

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

what does HTML(closed) do?

A

It closes your opening tag.

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

What does title do

A

A title tag

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

what does Body

A

defines the main content of the HTML document

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

what does !DOCTYPEHTML

A

you dont always have use it at the beginning

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

What does img do

A

It means to insert images/pictues

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

what does p1,p2,p3

A

It means different fonts for paragraphs.

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

what does h1,h2,h3 do?

A

It means different types of headings

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

What does li do?

A

used to represent an item in a list

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

what does br do?

A

The Line Break element.

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

Defines a font size, font face and font color for its text

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

<h1> to </h1>

<h6></h6>

A

Defines a Headings level from 1 to 6 different sizes.

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

hr

A

Represent a thematic break between paragraph-level tags. It is typically draw horizontal line.

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

I

A

Defines a italic format text

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

lable

A

Used to caption a text label with a form element.

17
Q

link

A

Used to load an external stylesheets into HTML document

18
Q

tbody

A

Used for grouping table rows.

19
Q

ul

A

Defines an unordered list of items

20
Q

address

A

Describes an address information

21
Q

b

A

Specific text weight bold

22
Q

big

A

defines big text

23
Q

bdo

A

Specific direction of text display

24
Q

br/

A

Specific a single line break

25
Q

code

A

Specifies computer code text

26
Q

command

A

Define a command button, invoke as per user action

27
Q

dd

A

Defines a definition description in a definition list

28
Q

dir

A

Define a directory list

29
Q

dt

A

Define a definition team

30
Q

font background

A

change the background color.