WorksheetsSAIL Virtual Class Kahoot
Total questions: 20
Worksheet time: 3mins
Which HTML tag is used to link an external CSS file to an HTML document?
<link>
<style>
<script>
<css>
What is the correct way to apply an inline style to an HTML element?
<div Apple-converted-space"> blue;">...</div>
<div class="blue">...</div>
<div id="blue">...</div>
<div role="style" value="color: blue;">...</div>
Which CSS property is used to change the color of text?
text-color
color
font-color
text-style
How do you select an HTML element with id "header" in CSS?
header {}
.header {}
#header {}
header# {}
Which CSS property is used to create rounded corners?
corner-radius
border-style
border-radius
rounded-style
what does this asterisk symbol means in CSS?
selector
property-key
property-value
general selector
One of these is NOT an example of a semantic element
side-bar
aside
nav
article
what does 10px stands in this margin shorthand;
margin: 5px 10px
margin-left
margin-right
margin-left and margin-right
NOTA
What CSS property can you use a linear-gradient value on?
background-color
color
box-shadow
background
What are the two most common CSS layout?
inline-flex and inline-block
grid and flex
absolute and relative
grid and block
Which tag is used when creating a list with a specific order (by default, will show up as a numbered list)?
<dl>
<ul>
<list>
<ol>
What is the correct HTML for inserting an image?
<image src="image.gif" alt="A Saskatchewan flag picture.">
<img href="image.gif" alt="A Saskatchewan flag picture.">
<img src="image.gif">
<img alt="A Saskatchewan flag picture.">image.gif</img>
Block elements are normally displayed without starting a new line.
True
False
Which of the following is the correct syntax to add the external stylesheet in CSS?
<style src = quiz.css>
<style src = "quiz.css">
<stylesheet>quiz.css</stylesheet>
<link rel=”stylesheet” href=”quiz.css”/>
Which of the below is the correct syntax to put a line over text in CSS?
text-decoration:line;
text-decoration:none;
Text decoration: overline;
Text decoration: underline;
<div> tag is most used as?
heading tag
container tag
paragraph tag
media tag
Where can you place the script tag for external javascript?
head section
body section
All of the above
None of the above
Full meaning of IDE
Integrated development environment
Inter developer environment
Intra-dimensional env
NOTA
Who owns Visual Code IDE?
Meta
Microsoft
What is the latest version of HTML
HTML 3
XHTML
XML
HTML 5
