HTML and CSS Flashcards
1
Q
Basic structure of a webpage
A
2
Q
A three columned table with a header row and two rows of data
A
3
Q
- A table with a border of 1, a width of 1200px and in the centre of the screen
- Two rows with heights of 300px and 200px, a column width of 400px in the first column and a column span of 2 in the second
A
4
Q
A bulleted list with ‘Coffee’, ‘Milk’, and ‘Tea’
A
5
Q
Inserting the image img1.jpg with a width of 200px and appropriate alternative text
A
6
Q
Linking to a webpge called ‘test.html’ that is in the same folder
A
9
Q
Linking a stylesheet called ‘styles.css’
A
10
Q
The order of colours in a hexadecimal colour code
A
Red Green Blue
11
Q
A comment in HTML
A
12
Q
A comment in CSS
A