Types of HTML tags Flashcards

1
Q

HTTP meaning

A

Hypertext Transfer Protocol

A protocol used to send and receive web pages

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

HTML

A

Hypertext Mark Up Language

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

<title>
</title>

A

Provides a title for a web page when it is added to browser favourites
Displays a title for a web page at the top of the browser window

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

<p>
</p>

A

Adds space to a web page around the start and end of a paragraph of text

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

<body>
</body>

A

Contains all of the visible content of the web page

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

<head>
</head>

A

Holds details of additional styles used in the document

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

<ol>
</ol>

A

(Provides an) ordered list

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

<ul>
</ul>

A

(Provides an) unordered list i.e., bullet points

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

<br></br>

A

It will create a line break/new line taken

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

<a></a>

A

Defines a hyperlink

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

<i></i>

A

Defines italic text

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

<h1>
</h1>

A

Defines the most important heading on the webpage

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

<font>
</font>

A

Change the font colour and type using the font tag.
Experiment with different types and colour.

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

<img src=”…”>

A

The image tag is used to insert an image into a web page.

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

Hyperlink

A

A hyperlink is a piece of text, whole image, hotspot on an image which when clicked will bring the user to

another page in the multimedia presentation or another location on the same page

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