Html Flashcards

1
Q

The first page that you see when visiting a company’s web site

A

Home page

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

In the closing tag of an html tag pair what symbol precedes the tag keyword

A

Slash /

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

What html tag is used to begin a web page

A

HTML

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

What application program is designed to create Web pages

A

FrontPage

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

What file extension is used to save an HTML source code file

A

html

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

The main content of a web page is coded after which HTML tag

A

Body

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

Which HTML tag causes the largest sized font

A

<h1></h1>

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

What software company created internet explorer

A

Microsoft

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

What HTML tag creates a numbered list

A

<ol></ol>

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

What HTML tag is used to add items to a numbered or bulleted list

A

<li>
</li>

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

What HTML tag is used to create a double space after text.

A

<p></p>

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

Which menu on a web browser allows you to see the HTML source code for the web page you are looking at

A

View

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

What is the result of failing to end HTML tags with closing tags

A

The web page will appear differently

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

What number system can be used to specify color values in HTML tags to enable you to create virtually any color imaginable on your web page

A

Hexadecimal

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

What is the purpose of the HTML <hr> tag

A

Creates a horizontal line across the page

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

What HTML tag creates hyperlinks

A

<a></a>

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

What does url stand for

A

Uniform research locator

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

Which attribute of the tag can be used to specify the default color of the text

A

TEXT=

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

Which tag attribute is used to change the color of hyperlinks that have been clicked

A

VLINK=

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

A tag that can be used to make text scroll across the screen

A

Marquee

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

What would a hyperlink to a location called LIST1 in the same document looks like

A

<a> List 1</a>

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

What would a hyperlink to NASA’s web page look like

A

<a></a>

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

What are HTML tags enclosed in

A

Angle brackets

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

First web browser to incorporate pictures and sounds into a web page

A

Mosaic

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

Can include a collection of related HTML pages pertaining to a specific company, topic, or individual.

A

Web site

26
Q

Where can Windows notepad be found

A

Windows accessories

27
Q

What HTML tag is used to center words on the page

A

Center

28
Q

HTML tag that produces the smallest size font

A

<h6></h6>

29
Q

HTML tag that is used to type in what appears in the title bar of the web browser

A

Title

30
Q

Another name for a bulleted list

A

Unordered list

31
Q

The HTML tag <ol> creates what</ol>

A

A numbered list

32
Q

What doe the <br></br> tag do

A

Creates a single space area after the text

33
Q

Open area around the text that gives the users eyes a chance to rest

A

white space

34
Q

Used to change the background color of a web page

A

BGCOLOR

35
Q

What attribute of an <hr> tag determines how thick a line will be

A

Size

36
Q

along with being a different color, how else is a hyperlink different from the rest of the text

A

Underlined

37
Q

To identify a location within your document by the name LIST1, what tag would you code

A

<a>List 1</a>

38
Q

A communication system such as http that is used to transfer data over to networks

A

Protocol

39
Q

If bullets appear after your list has ended what tag was miscodded

A

UL

40
Q

When specifying a color using hexadecimal values, you must use what symbol to precede the color number

A

#

41
Q

Why canal HTML web pages be viewed on any computer

A

Makers of web browser follow a set of standards created by the guardians of the HTML language

42
Q

A text file that allows it to move quickly over an Internet connection line

A

HTML source file

43
Q

What were file storage areas (folders) called in the earlier days of computing

A

Directories

44
Q

Does HTML have tags that can create a numbered list

A

Yes

45
Q

Choices of color, text styles, images, and spacing can do what to your web site

A

Attract attention

46
Q

Which HTML tags do not require a closing tag

A

<br></br> and <p></p>

47
Q

What is an HTML tag used to create hyperlinks

A

Anchor tags

48
Q

What information does a URL contain

A

The server a web page is on
File name to be loaded
The name of one or more folders

49
Q

What two places can hyperlinks lead you to.

A

Places on the same web sites or to other documents

50
Q

Do web pages need to be created using special HTML generating software

A

No

51
Q

Do all HTML tags need to be uppercase

A

No

52
Q

How many levels of heading sizes are there in HTML

A

6

53
Q

What is another name for a bulleted list

A

Unordered list

54
Q

On HTML can you imbed one list inside of another

A

Yes

55
Q

What is the hexadecimal code for the color white

A

FFFFFF

56
Q

What is the hexadecimal value for the color black

A

OOOOOO

57
Q

What does http stand for

A

Hypertext transfer protocol

58
Q

Do capital letters on a web page mean shouting

A

No

59
Q

What attribute of the body tag is used for the color of hyperlinks

A

LINK=

60
Q

What computers does hamlet work on

A

Any computer that has a web browser to read them