Home
Services
Internship
Internship Registration
Offer Letter
Task Submission
Certificate
Intern Profile
Tasks
Profile
Code Editor
Contact Us
Certification
Blog
Frontend Developer Certification Quiz
1. What does CSS stand for?
Cascading Style Sheets
Creative Style Sheets
Cascading System Sheets
Computer Style Sheets
2. Which HTML tag is used to define an internal style sheet?
<style>
<link>
<css>
<script>
3. What does the 'id' attribute in HTML do?
It is used to assign a unique identifier to an element
It is used to create a link to another webpage
It is used to create a form input field
It is used to define the style of an element
4. Which of the following is used to include external JavaScript files in an HTML document?
<js>
<script src="file.js">
<javascript src="file.js">
<script src="file.js">
5. Which property is used to change the background color in CSS?
bg-color
background-color
color
bgcolor
6. Which HTML tag is used to display images on a webpage?
<img>
<image>
<picture>
<src>
7. Which CSS property is used to change the font of an element?
text-font
font-family
font-style
font-size
8. What does the 'class' attribute in HTML do?
It is used to link a webpage to another
It assigns a unique identifier to an element
It creates an input field in a form
It groups elements for styling with CSS
9. Which of the following is the correct syntax for an external JavaScript file?
<script href="file.js>
<script link="file.js>
<javascript src="file.js>
<script src="file.js>
10. How do you create a comment in CSS?
// comment
/* comment */
<!-- comment -->
# comment
11. What is the default display property of an HTML element?
hidden
inline-block
block
inline
12. Which HTML tag is used to define a hyperlink?
<a>
<button>
<href>
<link>
13. Which CSS property is used to add space inside an element, between its content and its border?
padding
spacing
margin
border-spacing
14. How do you make a list in HTML?
<ol> and <ul>
<list>
<li> and <ol>
<item> and <list>
15. Which property in CSS is used to control the space between the words?
word-spacing
margin
line-height
letter-spacing
16. Which HTML attribute is used to specify the destination of a link?
link
href
src
target
17. Which of the following properties is used to set the font size in CSS?
font-weight
text-size
font-size
size
18. How do you make text bold in CSS?
font-weight: bold;
font-style: bold;
font-size: bold;
text-bold: true;
19. Which property is used to add a shadow effect around an element in CSS?
box-shadow
text-shadow
border-shadow
shadow
Submit Quiz
Quiz Result