Skill Assessment Test
Time Remaining:
05:00
What does HTML stand for?
Hypertext Markup Language
Hypertext Multiple Language
Hypertext Multi Language
Hyperlink Markup Language
Which of these is not a CSS property?
font-size
color
border
text-decoration
What is the purpose of JavaScript?
To style web pages
To make web pages interactive
To define the structure of web pages
To handle server-side operations
Which HTML element is used to define a hyperlink?
<a>
<link>
<hyperlink>
<url>
How do you add a comment in CSS?
/* comment */
// comment
# comment
<!-- comment -->
Which HTML tag is used to display a picture?
<img>
<picture>
<image>
<photo>
What does the “id” attribute do in HTML?
Defines an identifier for an element
Defines a class for an element
Defines a style for an element
Defines a link for an element
How can you center a block element in CSS?
margin: auto;
text-align: center;
position: center;
float: center;
Which method is used to select elements by class name in JavaScript?
getElementByClassName()
getElementsByClassName()
querySelector()
selectByClassName()
What is the default value of the position property in CSS?
static
relative
absolute
fixed
Submit Test