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!)
< 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:
Rate this question:
< b >italic text< /b >
< li >italic text < /li >
< p >italic text< /p >
< i >italic text< /i >
< strong >italic text< /strong >
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 { width: 100px; }
#Header { width: auto; }
#Header { width: 100px; }
#Header ( WIDTH: 100px; )
Rate this question:
#Header { padding: 5px; }
#Header { margin: 5px; }
Rate this question:
Rate this question:
< 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:
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:
#Header { border: 5px solid; }
#Header { border: solid; }
#Header { border: 5px dotted; }
#Header { border: "solid"; }
#Header { border: 5px "solid"; }
Rate this question:
Quiz Review Timeline +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.