Learn...
All HTML elements have a surrounding box, which can be manipulated to create decorations, visual metaphors, and layouts.
Use reading to answer the Pre-lab Questions. Be sure to complete the reading and answer the pre-lab questions in Blackboard before the start of the lab period.
Boxes & Borders
span
tag with class="answer"
to markup your answer below. Then use embedded CSS so that .answer
will have a box around it similar to the one shown above.span
tag with class="answer"
to markup your answer below. Then use embedded CSS so that .answer
will have 5px between the text and inside of the box.span
tag with class="answer"
to markup your answer below. Then use embedded CSS so that .answer
will have 15px of space outside the box to the left and right.span
tag with class="answer"
to markup your answer below. Then use embedded CSS so that .answer
will have rounded edges.Floating & Positioning
Upload lab6.html to Blackboard.