Implementation:HTML Flashcards
1
Q
What is HTML used for?
A
Creating web pages
2
Q
What line of code do HTML5 files always need at the start?
A
!DOCTYPE html
3
Q
What are the 4 most important tags?
A
html, body, title, head
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
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
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.