NEW
Font size
WorksheetsHTML CSS BOOTCAMP
Total questions: 15
Worksheet time: 5mins
Which HTML tag is used for creating an ordered list?
<ul>
<ol>
<li>
<dl>
In CSS, how do you select an element with the class "btn1"?
#btn1
.btn1
{btn1}
=btn1
Which CSS property is used to change the text color of an element?
bg-color
background-color
color
font-color
What does CSS stand for?
Colorful Style Sheets
Cascading Style Sheets
Creative Style Sheets
Computer Style Sheets
Which HTML tag is used for creating a hyperlink?
<hyper>
<link>
<a>
<hyperlink>
Which HTML tag is used for creating an unordered list?
<ul>
<ol>
<li>
<dl>
What is the correct HTML tag for inserting a line break?
<newline>
<br>
<break>
<line>
Which CSS property is used to control the size of text?
text-size
size
font-size
size-font
Which HTML input type is used for a simple text input field?
text
input
text-box
element
How do you set the background color of an HTML element using CSS?
background-color
color
bg-color
color-background
Which HTML tag is used to define the structure of a form?
<input>
<label>
<button>
<form>
What CSS property is used to set the font family for text in an HTML element?
font-family
font-style
fontfamily
style-family
Which HTML element is used to create a label for an input field?
<name>
<label>
<input name>
<textlabel>
HTML is a programming language ?
True
False
Where to use <style> tag in html?
body
head
both body and head
everything
