Week 1-3 Flashcards

1
Q

Is a markup language for
describing web documents (web pages).

A

HTML

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

Declaration defines the document type to be HTML.

A

DOCTYPE

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

The text between _______ and _______ describes an HTML document?

A

<html> and </html>

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

The
text between ______ and _______ provides information about the document?

A

<head> and </head>

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

The text
between _______ and ________ provides a title for the document?

A

<title> and </title>

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

The text between
_______ and ________ describes the visible page content?

A

<body> and </body>

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

The text between ____ and
____ describes a heading.

A

<h1> and
</h1>

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

The text between ___ and ____ describes paragraph?

A

<p> and </p>

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

HTML ____ are keywords (____ names) surrounded by angle brackets?

A

tags

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

The purpose of a ___ ________ (Chrome, IE, Firefox, Safari) is to read HTML
documents and display them?

A

web browser

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

The browser does not display the ____ ____, but uses them to determine how to display the scripting documents.

A

HTML tags

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

The <________> declaration helps the browser to display a web page correctly?

A

<!DOCTYPE>

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

What year is the release of HTML version?

A

1991

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

What year is the release of HTML 2.0 version?

A

1995

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

What year is the release of HTML 3.2 version?

A

1997

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

What year is the release of HTML 4.01 version?

A

1999

17
Q

What year is the release of XHTML version?

A

2000

18
Q

What year is the release of HTML 5 version?

A

2012

19
Q

HTML headings are defined with the <h1> to <h_> tags</h_>

A

<h6>
</h6>

20
Q

HTML links are defined with the ___ tag?

A

<a></a>

21
Q

The link address is specified in the ____ ________.

A

href attribute

22
Q

__________ are used to provide additional information about HTML elements.

A

Attributes

23
Q

HTML images are defined with the _____ tag.

A

<img></img>

24
Q

HTML documents are made up by HTML ________.

A

elements

25
Q

HTML ________ are written with a start tag, with an end tag, with the content in
between.

A

elements

26
Q

HTML elements with no content are called _____ elements.

A

empty

27
Q

the ____ tag defines a line break.

A

<br></br>

28
Q

____ is an empty element without a closing tag

A

<br></br>

29
Q

Attributes provide __________ ___________ about an element

A

additional information

30
Q

Attributes are always specified in the _____ tag

A

start

31
Q

__________ come in name/value pairs like: name=”value”

A

Attributes

32
Q

The document language can be declared in the ______ tag.

A

<html>
</html>

32
Q

The language is declared in the ____ attribute.

A

lang