Implementation:HTML Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is HTML used for?

A

Creating web pages

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

What line of code do HTML5 files always need at the start?

A

!DOCTYPE html

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

What are the 4 most important tags?

A

html, body, title, head

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

What do the div tags do?

A

The div element is used so that CSS styles can be easily applied to a group of elements

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

What would this line of code do?

a href=”www.bbc.co.uk”>BBC Homepage

A

This would display the text “BBC Homepage”, if a user clicked on the text they would be redirected to www.bbc.co.uk

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

What would this line of code do?

img

A

This would display an image under the name “summerholiday.jpg” and next to it it will display text stating “Family Holiday”, the image height and weight will also be 24pixels.

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