
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A csci 2910 quiz focusing on cascading style sheets (css) for the spring semester of 2007. The quiz includes html code with embedded css and questions related to css selectors and colors.
Typology: Quizzes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Name: ________________________________
CSCI 2910 Cascading Style Sheet Quiz โ Spring 2007
For questions 1 through 5, use the following piece of HTML code. (Sorry about it being non-XHTML compliant. Just trying to save space.)
A hopeful thought
We're just writing some code here in order to test this stellar class of students.
I hope that Tarnoff has taught you well enough to ace this.
p:news ย ย Class Attribute Selectors for use with class tag attribute
p.news ย ย ID Attribute Selectors for use with the id or name tag attribute
p#news ย ย Pseudo-Selectors to define styles of things such as first line
p em, h1 em {font-weight: bold; color: blue}