Student Brain Test For Competence
Please Enter Your Details Before Proceeding
Read through the instructions and carefully answer the question below!
Question 1
___________ is called hyper text markup language?
Html
Css
Python
Laravel
Question 2
Set the text color to red, for the element with id="para1".
#para1,color:
.para1,color;
*para1,color:
#color,#para1;
Question 3
Set the text color to red, for elements with class="colortext".
.colortext,color:
#colortext,#color: padding,#border:
.colortext,#colortext
Question 4
Add an external style sheet with the URL: "mystyle.css".
link rel="stylesheet" href="mystyle.css"
link rel="stylesheet" href="style.css"
link rel="stylesheet" href=""
link rel="" href="mystyle.css"
Question 5
Set the page's background color to red, by using an inline style.
style
href
padding
display:inline-block
Question 6
Set the height and width of a (div)element
div{width:50%,height:200px}
.div{height:200px,width:50%}
#div{height:200px,width:50%}
#class:200px,.height:50%
Question 7
The box model talks about _________ and __________
designs & layout
div & styling
class & border
layout & pagination
Question 8
What code function is used to remove underline from the a link?
a{text-decoration: all;}
a{text-decoration: none;}
hi:a{text-decoration: none;}
a{padding: none;}
Question 9
The break function code looks like _________?
br
a:hover
h1:(br)
/html
Question 10
____________ is used to disable the "grabbler"
"resize"
box-sizing:border-box;
border: 2px 5px;
font-size:45px;
Question 11
One of the code below is a function for inserting background-image into a page
background-image:url("paper.jpeg");
rgba(23,89,0,1);
img("paper.jpg");
(div class="image");
Question 12
Web pages containing hilighted text or images are called_________
links
ISDN
DSL
URLs
Question 13
"Align" attribute allows you to change the __________ of a paragraph
alignment
border
padding
break a line in a paragraph
Question 14
"hr" is a special code for drawing of _____________
lines
creating a page
creating a circular function
margin
Question 15
Add a 20pxs left margin to the (h1)element
(h1
{
_______: 20px
})
This is a heading
This is a paragraph
This is a paragraph
margin-left:
margin-bottom:
margin-top:
padding-top:
Question 16.
Set "paper.gif" as the background image of the page
body { _________:_________; }
This is a heading
This is a heading
This is a heading
background-image:url("paper.gif"); background:url("paper.gif"); padding-top:"image.jpeg"; img.paper.gif;
Question 17
A full functional website has the followings as its layout except________?
Question 18
In CSS id selector, to select an element with a specific "id" use a/an ________
Question 19
The following are true about CSS Except__________?
Question 20
Css is been used because we use it to style web pages, including:
Comments