QUIZ BOARD
Condition for the question
You must put one answer to one question
Quiz requires 15 Questions
Must answer all question
One question mark two point
Result is received after submition
GOOD LUCK!!!
whtat does CSS stand for
Colorful Style Sheets
Creative Style Sheets
Cascading Style Sheets
Computer Style Sheets
What is the correct HTML for referring to an external style sheet?
<link rel="stylesheet" type="text/css" href="mystyle.css">
<style src="mystyle.css">
<Stylesheet>mystyle.css </stylesheet >
Where in an HTML document is the correct place to refer to an external style sheet?
In the<head> section
At the end of the document
In the <body> section
Which HTML tag is used to define an internal style sheet?
<style>
<script>
<body>
Which HTML attribute is used to define inline styles?
class
style
styles
font
Which is the correct CSS syntax?
body {color: black;}
body:color=black;
{body;color:black;}
{body:color=black;}
How do you insert a comment in a CSS file?
// this is a comment
' this is a comment
// this is a comment //
/* this is a comment */
Which property is used to change the background color?
bgcolor
color
background-color
How do you add a background color for all <h1>elements?
h1 {background-color:#FFFFFF;}
h1.all {background-color:#FFFFFF;}
all.h1 {background-color:#FFFFFF;}
Which CSS property is used to change the text color of an element?
text-color
fgcolor
color
Which CSS property controls the text size?
text-size
font-style
font-size
text-style
What is the correct CSS syntax for making all <p> the elements bold?
<p style="font-size:bold;"></p>
<p style="text-size:bold;">
p {text-size:bold;}
p {font-weight:bold;}
How do you make each word in a text start with a capital letter?
transform:capitalize
You can't do that with CSS
text-style:captialize
text-transform:capitalize
Which property is used to change the font of an element?
font-style
font-weight
font-family
How do you make the text bold?
font-weight:bold;
font:bold;
style:bold;
SUBMIT
CERTIFICATES
HTML
CSS
JavaScript
PHP
jQuery
Bootscrap
XML
Read More