HyperText Markup Language 2 Flashcards

(20 cards)

1
Q

Is HTML a programming language?

A

No, it is a markup language

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

What do HTML tags do?

A

Define and structure content

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

What is an HTML element?

A

A complete structure with opening tag, content, and closing tag

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

Give an example of a self-closing tag

A

<img></img>

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

What tag creates a line break?

A

<br></br>

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

What tag creates a horizontal line?

A

<hr></hr>

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

What does <strong> do?</strong>

A

Makes text important (bold)

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

What does <em> do?</em>

A

Emphasises text (italic)

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

What is the purpose of the <title> tag?</title>

A

Sets the browser tab name

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

What is a relative link?

A

A link to another page within the same website

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

What is an absolute link?

A

A full URL to another website

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

What does the <nav> tag represent?

A

Navigation links

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

What does the <footer> tag represent?

A

Bottom section of a page

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

What does the <main> tag contain?

A

The main content of the page

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

What is the purpose of the <label> tag in forms?</label>

A

Describes an input field

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

What attribute makes a form field required?

17
Q

What tag is used to create a table row?

18
Q

What tag is used for table headings?

19
Q

What is the difference between id and class?

A

id is unique, class can be reused

20
Q

What is index.html usually used for?

A

The homepage of a website