CSS test with answer - Part 1
In the quiz below, try your knowledge of CSS with interesting questions.
-
Question 1. CSS stands for?
-
Question 2. Want to link HTML file with CSS definition file which line do we use?
-
Question 3. What attributes define CSS right in a tag?
-
Question 4. What is the line associated with the CSS file in the HTML file?
-
-
-
At the end of the HTML file
-
At the top of the HTML file
-
Question 5. How can I create a new window when I click on the link?
-
Question 6. What are the tags for creating tables?
-
Question 7. Where is the left-aligned tag for the content of 1 cell in the table
-
Question 8. Where is the tag that creates a list with the leading number
-
Question 9. Which tag creates 1 checkbox?
-
Question 10. Want to link xHTML to a CSS definition file which line do we use?