Question 1
Multiple Choice
Which attribute is used to specify the URL of a link?
Question 2
Multiple Choice
How do you select all 'p' elements in CSS?
Question 3
Multiple Choice
Which HTML tag is used to define the largest heading?
Question 4
Multiple Choice
Which CSS property is used to align text?
Question 5
Multiple Choice
Which CSS property is used to remove the underline from a link?
Question 6
Multiple Choice
Which HTML tag is used to create a checkbox?
Question 7
Multiple Choice
What is the correct CSS syntax to select an element with the id 'header'?
Question 8
Multiple Choice
How do you create an unordered list in HTML?
Question 9
Multiple Choice
Which HTML tag is used to define a table row?
Question 10
Multiple Choice
Which CSS property controls the size of text?
Flashcards generated with inquiziti.com. Cut along the dashed lines. Fold in half on the solid line.
Which attribute is used to specify the URL of a link?
href

How do you select all 'p' elements in CSS?
p {}

Which HTML tag is used to define the largest heading?
h1

Which CSS property is used to align text?
text-align

Which CSS property is used to remove the underline from a link?
text-decoration

Which HTML tag is used to create a checkbox?
input

What is the correct CSS syntax to select an element with the id 'header'?
#header

How do you create an unordered list in HTML?
ul

Which HTML tag is used to define a table row?
tr

Which CSS property controls the size of text?
font-size

Which CSS property controls the space inside an element's border?
padding

What is the correct HTML tag to define a navigation link section?
nav

How do you add a comment in HTML?

Which CSS property is used to set the border style?
border-style

What is the correct HTML tag for inserting a line break?
br

Which CSS property is used to change the text color?
color

Which HTML element is used to define a hyperlink?
a

Which CSS property is used to change the background color of an element?
background-color

Which CSS property controls the space outside an element's border?
margin

Which HTML tag is used to define a footer?
footer

Which attribute is used to provide an alternative text for an image?
alt

Which HTML tag is used to define an internal style sheet?
style

What is the correct HTML tag for the largest paragraph?
p

Which CSS property is used to change the font of an element?
font-family

Which CSS property is used to make text bold?
font-weight
