Learn...
Cascading Style Sheets (CSS) can be used define almost every aspect of an HTML document's visual presentation. The beauty of CSS is that all the pages of a logical website can share the same stylesheet, which allows a designer to change the appearance of many web pages by changing the code in one file.
Use reading and activity to answer the Pre-lab Questions. Be sure to complete the activity and answer the pre-lab questions in Blackboard before the start of the lab period.
Font & Text:
span
tag with class="answer"
to markup your answer below. Then use embedded CSS so that .answer
uses the Georgia font.span
tag with class="answer"
to markup your answer below. Then use embedded CSS so that .answer
will be italic.span
tag with class="answer"
to markup your answer below. Then use embedded CSS so that .answer
will have red text.span
tag with class="answer"
to markup your answer below. Then use embedded CSS so that .answer
will have bold text.Font & Text:
span
tag with class="answer"
to markup your answer below. Then use embedded CSS so that .answer
will have a background color of yellow.Upload lab5.html to Blackboard.