Unit A Flashcards

Getting Started

1
Q

What are documents formatted to be accessible on the web?

A

web pages

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

What is the first step to create a website?

A

project plan

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

Summarizes your client’s parameters for the site, including audience, budget, and timeline?

A

design document

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

What is a sketch that outlines the components of each web page and their place in the layout?

A

wireframe

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

Used in planning a website when there are multiple web pages and you illustrate links among the pages?

A

storyboard

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

Specifies how a browser should treat each item in the document? Starts with an opening angle bracket (<) and ends with a closing angle bracket (>).

A

tags

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

Text that resembles a tag and provides information about the programming language used to write the page.

A

DOCTYPE declaration

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

A specific component of the page, such as a paragraph or a heading.

A

element

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

Used at start of the element you are marking

A

opening tag

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

Used at the end of the element you are marking

A

closing tag

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

Contains elements that specify information about the web page but are not displayed in the browser window, such as the page title that appears in a browser tab

A

head section

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

Visible in the main window of a web browser and include elements like headings and paragraphs

A

body section

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

Both the head and body tag pairs are located within HTML tag pair

A

nested

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

What specifies the element type for each text item on the page as you type it.

A

HTML tags

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

Not rendered by browsers and are viewable only by team members or other developers who examine the HTML code of your web pages.
<!-- and ends with -->

A

comments

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

Makes web documents available over a network to other computers, which are known as clients

A

Web server software

17
Q

Programs and devices that interpret web documents.

A

user agents