Web 1 HTML Flashcards

1
Q

HTML

A

Hypertext Markup Language. The coding scheme used to format text for use on the World Wide Web.

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

Semantic Elements

A

clearly describes its meaning to both the browser and the developer. Example

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

Non-Semantic Elements

A

Tells nothing about its content. Example span, div,

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

Validation (W3C)

A

Validating a website is the process of ensuring that the pages on the website conform to the norms or standards defined by various organizations

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

Elements

A

is everything from the start tag to the end tag

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

Attributes

A

Attributes provide additional information about an element. Example name/value pairs like: name=”value”

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

Tags

A

The HTML from < > the entire element and attribute combination.

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

Block Level Elements

A

start on a new line and can contain other code

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

Inline Level Elements

A

does not start on a new line and only takes up as much width as necessary

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

Relative Links

A

URLs that reference files on the same server with in the same directory (folder) . Does not contain a protocol (http, https, ftp, ect)

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

Absolute Links

A

Complete internet address that takes one to the exact directory or file of a website. Starts with a protocol (http: https: ftp: ect ) example: http://www.businessdictionary.com/definition/absolute-URL.html

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

Meta Elements

A

An HTML code that resides in the head section of a web page and includes information about the page, such as keywords, and descriptions.

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

Character Entities (Special Characters)

A

are used to display reserved characters in HTML. Example &

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

Keywords

A

are words or phrases that describe content. They can be used as metadata to describe images, text documents, database records, and Web pages.

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

Viewport

A

The viewport is the user’s visible area of a web page. It varies with the device - it will be smaller on a mobile phone than on a computer screen.

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