Html Flashcards

1
Q

HTML

A

: Hypertext Markup Language, the standard markup language for creating web pages and applications on the internet.

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

Markup language

A

: A system for annotating text to give instructions regarding its formatting or presentation, such as HTML

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

Web page:

A

: A document or file that is displayed on the internet, typically in a web browser.

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

Tag:

A

An HTML element that defines the structure and content of a web page. Tags are enclosed in angle brackets (< >).

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

Element

A

: A part of an HTML document, comprising a start tag, content, and an end tag.

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

Attribute:

A

Attribute: A property or characteristic of an HTML element that provides additional information or modifies its behavior.

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

Head:

A

An HTML element that contains meta-information about a web page, such as its title and links to external resources.

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

Body

A

An HTML element that contains the content of a web page, such as text, images, and videos.

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

Paragraph:

A

An HTML element used to define a paragraph of text.

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

Heading

A

An HTML element used to define headings or subheadings within a web page. There are six levels of headings, from h1 to h6.

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

List:

A

An HTML element used to create lists of items, either ordered (numbered) or unordered (bulleted).

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

Link:

A

An HTML element used to create hyperlinks, allowing users to navigate between web pages or different sections within a page.

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

Image

A

An HTML element used to display images on a web page.

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

Table:

A

An HTML element used to organize data into rows and columns.

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

Form:

A

An HTML element used to collect user input, such as submitting a form or entering data.

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