NEW
Font size
Worksheetsweb Development QUIZ
Total questions: 10
Worksheet time: 3mins
Which tag is used to create a hyperlink in HTML?
<link>
<a>
<href>
<nav>
What does the <meta> tag primarily define?
Styles
Metadata
JavaScript
Links
What property is used to change the text color in CSS?
text-color
color
background-color
font-color
How can you make an element take up the full width of its container?
width: auto;
width: 100%;
width: full;
display: block;
Which CSS property is used to control the spacing between lines of text?
margin
text-spacing
spacing
line-height
What HTML element is used to define an unordered list?
<ol>
<ul>
<list>
<item>
Which attribute is used to specify an alternate text for an image in HTML?
alt
src
image
title
Which CSS property is used to change the font size of text?
size
text-size
text-font
font-size
What HTML element is used to define a table?
<table>
<tr>
<tab>
<tbody>
Which CSS property is used to set the background color of an element?
background
bg-color
color
background-color
