Web technologies - paper 1 Flashcards

1
Q

What does HTML contain for a website?

A

The structure, order and content

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

What does <html> do?

A

Shows that all code within these tags is HTML

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

What does <body> do?

A

Defines the content in the main browser content area

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

What does <link></link> do?

A

Used to link additional files like CSS stylesheets

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

What does <head> do?

A

Defines the browser tab or window heading area

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

What does <title> do?</title>

A

States the text that is the title

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

What does <h1> and other tags like <h2> do?

A

Heading styles, decreasing in sizes

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

What does <p> do?

A

Sets a paragraph separated with a line space above and below

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

What does <img></img> do and what do you need to remember about <img></img> tags?

A

Do not need a closing </img> tag
Used for images

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

What does <a> do?</a>

A

The anchor tag defines a hyperlink, it contains location parameters

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

What does <ol> and <ul> do?

A

Creates an ordered and unordered list.
Ordered has numbers unordered has bullet points

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