HTML Flashcards

1
Q

What does H1 mean?

A

It is the main heading

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

How would you write headings?

A

H1,H2,H3

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

How do you add a paragraph into HTML?

A

<p></p>

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

What does HTML stand for?

A

Hypertext Markup Language

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

How would you start a HTML page?

A

<!DOCTYPE HTML>

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

What is the purpose of HTML?

A

To structure a webpage

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

What are attributes?

A

Defined words used in a HTML tag to modify the tag properties.

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

How would you add an image into HTML?

A

<img></img>

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

How do you add a video into HTML?

A

<video></video>

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

What is the <body> element

A

contains the visible page content

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

what is href?

A

An attribute often used with <a>; links to another URL.</a>

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

What is the <html> element?

A

The root element of a HTML page

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

What is an Id?

A

It is a key used to identify a single element or location on a webpage

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

What is a style attribute?

A

The style attribute is used to specify the styling of an element, like colour, font and size

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

What element would you use for hyperlinks

A

<a></a>

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

How do you insert a line break?

A

<br></br>