Quiz on the basics of XHTML and CSS; questions will be on the code, syntax etc
(To make the XHTML questions display correctly I have had to put spaces in the beginning and the end of the tags!)
< ul > < li >Item 1< /li > < li >Item 2< /li > < li >Item 3< /li > < /ul >
< ol > < li >Item 1< /li > < li >Item 2< /li > < li >Item 3< /li > < /ol >
< ul > < li "Item 1" / > < li "Item 2" / > < li "Item 3" / > < /ul >
< ol > < li "Item 1" / > < li "Item 2" / > < li "Item 3" / >
Rate this question:
Rate this question:
< p >paragraph< /p > < br / > < p >another paragraph< /p >
< p >paragraph< /p > < hr / > < p >another paragraph< /p >
< p >paragraph< /p > < p >another paragraph< /p > < hr / >
< hr / > < p >paragraph< /p > < p >another paragraph< /p >
< br / > < p >paragraph< /p > < p >another paragraph< /p >
Rate this question:
#Header { border: 5px solid; }
#Header { border: solid; }
#Header { border: 5px dotted; }
#Header { border: "solid"; }
#Header { border: 5px "solid"; }
Rate this question:
< b >bold text< /b >
< li >bold text< /li >
< p >bold text< /p >
< i >bold text< /i >
< strong >bold text< /strong >
Rate this question:
#Header { padding: 5px; }
#Header { margin: 5px; }
Rate this question:
Rate this question:
Header { width: 100px; }
#Header { width: auto; }
#Header { width: 100px; }
#Header ( WIDTH: 100px; )
Rate this question:
A { list-style-type: none; }
A { text-decoration: no-underline; }
A ( text-decoration: none; )
A ( list-style-type: none; )
A { text-decoration: none; }
Rate this question:
Quiz Review Timeline (Updated): Mar 18, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
HTML & CSS Quiz 2019
This HTML & CSS Quiz tests knowledge on basics of web development, including tags for headings, text formatting, and document structure.
Questions:
31 |
Attempts:
243 |
Last updated:
Feb 07, 2023
|
HTML & CSS Script
This quiz will test your skills on the HTML & CSS features we have used so far.
Questions:
20 |
Attempts:
477 |
Last updated:
Mar 22, 2023
|
HTML & CSS Chapter 1 Quiz
This quiz is to test your knowledge of chapter 1. It will cover all of the subject matter that we discussed in class. You will have 10 minutes to complete the quiz. Good luck!
Questions:
10 |
Attempts:
598 |
Last updated:
Mar 21, 2023
|