Hey AltSchooler!
Let’s check your progress so far in this semester, shall we ?
I heard you say yes, so let’s proceed. Here’s some important bits of information you need to know before you click on the big button below:
As always, may the force be with you????.
0 of 50 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 50 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
<p> is regarded as ____
Applying a flexbox layout automatically makes child elements of a container align themselves in a column.
<p class=”text”>My name is…</p>
In the above description, class is
<p class=”text”>My name is…</p>
In the above description, text is
What does the alt attribute in the HTML img element do ?
Which HTML tag is used to load and display images?
Elements that are visibly displayed in the browser are usually placed within what HTML element ?
Css grids and flexbox layouts can be used on an element at the same time
Setemi has defined this html element “<p class=’text’>Hello World</p>” and wants to change the color of the text to red. What syntax would she use?
Which one of the following is not a valid rule on specificity, inheritance and cascading ?
Which of the following is not a css layout ?
Which of the following is the correct function when adding a variable to css ?
Identify the valid CSS comment
Which of the following applies the flexbox layout on a container ?
CSS is a ________ used for ____________
Which HTML attribute is popularly used for the validation of input fields?
A row of data can be displayed within a table with what HTML tag ?
What is the correct syntax for referring to an external script called “xxx.js”?
The flex-wrap property allows you to automatically move child content to the next row when a row exceeds the width of it’s parent in a flexbox
Which of the following layout structures manipulates layouts in two dimensions ( rows and columns ) at the same time.
Which of the following is not part of the box model
Which of the following is true about the fr unit.
Which of the following is not a flexible unit
We have this element “<h1 id=”title”>Welcome</h1>. What syntax should we use to center the text
One of the following is not a valid rule on specificity, inheritance and cascading
Bisi, the new software engineer is asked to position an element on the webpage such that when that page is scrolled down, the element remains at the top. What css positioning should she use?
Css keyframes help us do all of the following except:
Given the Grid image above, how many columns are available.
How many rows does the grid representation have?
How many column lines are there in the grid representation?
How many grid tracks are there in the grid representation.
The media query above applies styles if and only if:
From the code snippet, identify the property
From the code snippet, identify a value
What style of adding css is this?
The media query above applies styles if and only if:
All of the following option are self closing tag except?
rolspan and colspan are attribute value for which HTML tag?
The DIV tag is an INLINE level element and SPAN tag is a BLOCK level element?
Can a web page contains multiple header and footer element?
The ______ attribute provides alternative information for an image if a user cannot view it and it describes images except those which only serve a decorative purposes, in which case it should be left empty.
The <article> element is used for writing article / blog content only
A group of navigational elements are defined by
Which attribute can be used to change the language for which an html text is rendered?
Which of the following HTML elements require a <label> element for accessibility purposes.
What of the following HTML element can be use to highlight text?
One of the options is not a possible value for the rel attribute of an <a> tag?
Which of the following elements is not considered a semantic element?
From the code snippet, identify the selector
From the code snippet, identify the property