Font size
WorksheetsHTML Attributes and Structure
Total questions: 25
Worksheet time: 18mins
What is the correct structure of an html document?
<html>
<img src="file">
<!DOCTYPE html>
<br>
How do you correctly add an image into html?
<html>
<img src="file">
<a href="link">
<link rel="link">
Box model's layout consists of...
Content
Padding
Borders
Margin
All of the above
Define and name 3 attributes
How many list types are there?
(a)
What are the names of the different types of lists?
ordered
definition
lettered
unordered
numbered
To create a table you need the ___ tags.
<tr> <td>
<li> <ul>
<br> <a>
A type of css is (a) .
What are the different types of css position?
(a)
What is needed for adding borders into html?
pixels
what it looks like
color
length
height
To round the edges of your border you need..
(a)
A class in html is..
an attribute assigned to an element that allows you to apply specific styles or functions to multiple elements.
a tag that changes the color of just one element.
an attribute that changes your elements position only.
a attribute that specifies a unique id for an HTML element.
A class in html is..
a group of elements that are the same or similar.
a group of elements that are unrelated.
a group of elements that are different.
How do you build and and use classes?
What tag do you use to group different elements into a box?
"class"
<div>
<table>
Name a CSS property
(a)
Name the psuedoclass we covered
(a)
Whats the tag to link a CSS style sheet?
<link rel>
<a href>
<img src>
<css>
The target_blank attritube...
loads your link on another page.
makes the background color white.
loads your link onto the same page/
What tag do do you use to add a link into your html?
<a href>
<link rel>
<img src>
<p>
Where does the <title> tag go in your html page?
(a)
What does the <title> tag do?
create a header
create a paragraph
create the title for your html page
labels a div
HTML stands for (a) .
CSS stands for
(a)
What is an iframe?
A little picture that goes in the tab
an embedded element
a link
a border
