LESSON 2 Flashcards

(36 cards)

1
Q

is structured using a set of nested tags

A

HTML document

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

declaration informs the web browser about the HTML version being used.

A

<!DOCTYPE html>

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

The <html>….</html> The <html> tag is the root element that encapsulates all the content on the page.

A

HTML-Root-Element

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

tag contains metadata and links to external resources like CSS and JavaScript files.

A

Head Section

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

tag sets the title of the web page, which is displayed in the browser’s title bar or tab.

A

Title Tag

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

tag contains the visible content of the web page. This is where text, images, and other elements go.

A

Body Tag

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

is used to define the structure and layout of a web page.

A

Structural markup

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

uses HTML elements that convey meaning about the content.

A

Semantic markup

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

acts as a container for content or other HTML tags.

A

HTML tag

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

are used to define the structure and layout of text on a web page.

A

Heading Tags

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

used to format text into distinct paragraphs.

A

Paragraph Tag/<p>

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

This tag is responsible for breaking text lines or separating paragraphs.

A

Line Break Tag/<br></br>

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

aligns text, images, or other HTML elements in the middle of a web page.

A

Center Tag/<center></center>

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

It serves as a visual separator, dividing different sections of your document with a horizontal line.

A

Horizontal Line Tag/<hr/>

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

serves as an indispensable tool in HTML for displaying preformatted text, such as code snippets in various programming languages.

A

Preserve Formatting Tag/<pre>

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

an automatic line break and are displayed using the entity.

A

Non-breaking Spaces

17
Q

a fundamental component of an HTML document that can contain data to display on the webpage, such as text, image, link, or sometimes nothing.

18
Q

specifies the beginning of the element and may include multiple attributes.

19
Q

includes the information to be displayed or processed within an element.

20
Q

marks the end of the element

21
Q

a keyword enclosed in angle brackets (<>) that defines the start and end of an HTML element.

22
Q

consists of an opening tag, content (if applicable), and a closing tag (if required).

A

HTML Elements

23
Q

are elements that do not have closing tags and cannot contain any content.

A

HTML Void Elements (Empty Tag)

24
Q

Defines an area inside an image map.

A

<area></area>

25
Specifies the base URL for all relative URLs in a document.
26
Inserts a line break.

27
Specifies column properties for a .
28
Embeds external content like videos or plug-ins.
29
Creates a horizontal rule (a divider line).

30
Displays an image.
31
Defines an input field
32
Links external resources like CSS stylesheets.
33
Provides metadata about the HTML document.
34
Specifies media sources for
35
Defines text tracks for
36
Suggests a possible word break.