0% found this document useful (0 votes)
11 views4 pages

Test Your Front-End Knowledge

The document is a quiz designed to test knowledge on front-end development, covering key topics in HTML, CSS, and JavaScript. It includes questions about fundamental concepts such as HTML structure, CSS styling, and JavaScript functionality. Each section contains ten questions that assess understanding of essential front-end technologies.

Uploaded by

Lohitha Thota
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views4 pages

Test Your Front-End Knowledge

The document is a quiz designed to test knowledge on front-end development, covering key topics in HTML, CSS, and JavaScript. It includes questions about fundamental concepts such as HTML structure, CSS styling, and JavaScript functionality. Each section contains ten questions that assess understanding of essential front-end technologies.

Uploaded by

Lohitha Thota
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

TEST YOUR

FRONT-END
KNOWLEDGE
HTML
1. What is HTML?

2. What is the purpose of the <head> and <body> tags?

3. How do you create a link using the <a> tag?

4. What is the difference between block and inline elements?

5. How do you embed an image in HTML?

6. What is semantic HTML, and why is it important?

7. How do you create an ordered list?

8. What is the purpose of the <alt> attribute in images?

9. How do you use forms in HTML?

10. What does the <div> tag do?


CSS
1. What is CSS, and why is it used?

2. How do you change the background color of an element?

3. What is the difference between id and class in CSS?

4. How do you create a responsive layout?

5. What is the purpose of the z-index property?

6. How do you style a button with rounded corners?

7. What is the difference between relative and absolute positioning?

8. How do you apply a font style to text?

9. What is the box model in CSS?

10. How do you add an external CSS file to an HTML document


JAVASCRIPT
1. What is JavaScript used for?

2. How do you create a variable in JavaScript?

3. What is the difference between let, const, and var?

4. How do you write a function in JavaScript?

5. What is an event listener, and how is it used?

6. What is the DOM, and why is it important?

7. How do you add an item to an array?

8. What is the purpose of if-else statements?

9. How do you loop through an array?

10. What is the difference between == and === in JavaScript?

You might also like