Week 5 2/28-3/6 External CSS
CSS EXTERNAL STYLE SHEETS
Here is the Powerpoint file introducing CSS external style sheet. I have also attached two short videos – one is created by me and the other is from LinkedIn Learning (lyndia), both on the topics of CSS external style sheets, how to create and link the CSS external style sheets to a .html file.
Create an external CSS style sheet with Dreamweaver
Attach a CSS external style sheet with Dreamweaver
INSERT, CONTROL AND STYLE IMAGES
Place image, float and margin with CSS
Control image properties with CSS – float $ margin
Style images
Use background images
ASSIGNMENT 5
6 points
due on 3/7/2022
Revise your week4.html page from last week. Add an external CSS style to this page. Here is an example (just for the format).
You may add other elements as deemed necessary. However, the following elements are required for your week5.html page:
- table centered (0.5 points);
- a border around all the cells for the table and no cell space (0.5 points);
- an image in one of the paragraphs aligned left or right (1 point);
- the inserted image has 10px or 5px padding, but banner has no padding (1 point).
- words in the paragraph wrap nicely around the image (1 point);
- give the content cell a 10px padding for the left and right (0.5 points);
- an external CSS style sheet linked to this week5.html file (0.5 point);
- styles in this external style sheet include .class and #id selector types (1 point).
After it is done, please link this week5.html page to your week2.html. I will check your assignment through our class webpage link.
***** IMPORTANT*****
You may create this week5.html page by copying and pasting week4.html page first and make necessary changes (including change the file name).
When you create this external CSS file, you can see it on the tab open in Dreamweaver. When you save your week5.html file with this .css file as you click File and Save all, this .css file will be automatically saved in the same folder as your week5.html on your local computer hard drive. When you upload your week5.html file to your server, please make sure you upload this .css file to your server, too, in the same folder where your week5.html locates.

This entry is licensed under a Creative Commons CC0 1.0 Universal Public Domain Dedication license.
LEAVE A MESSAGE
<div class="wpcf7 no-js" id="wpcf7-f229-o1" lang="en-CAC" dir="ltr" data-wpcf7-id="229"> <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div> <form action="/week5#wpcf7-f229-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="229" /> <input type="hidden" name="_wpcf7_version" value="6.0.5" /> <input type="hidden" name="_wpcf7_locale" value="en_CAC" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f229-o1" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /> </div> <p><label> Your Name (required)<br /> <span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" maxlength="25" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" value="" type="text" name="your-name" /></span> </label> </p> <p><label> Your Email (required)<br /> <span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" maxlength="25" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span> </label> </p> <p><label> Subject<br /> <span class="wpcf7-form-control-wrap" data-name="your-subject"><input size="40" maxlength="25" class="wpcf7-form-control wpcf7-text" aria-invalid="false" value="" type="text" name="your-subject" /></span> </label> </p> <p><label> Your Message<br /> <span class="wpcf7-form-control-wrap" data-name="your-message"><textarea cols="40" rows="10" maxlength="400" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false" name="your-message"></textarea></span> </label> </p> <p>Please enter the letters you see in the text field before you submit.<br /> <input type="hidden" name="_wpcf7_captcha_challenge_captcha" value="1522706258" /><img class="wpcf7-form-control wpcf7-captchac wpcf7-captcha-captcha" width="72" height="24" alt="captcha" src="https://s3.amazonaws.com/files.commons.gc.cuny.edu/wp-content/blogs.dir/21497/files/wpcf7_captcha/1522706258.png" /><span class="wpcf7-form-control-wrap" data-name="captcha"><input size="40" class="wpcf7-form-control wpcf7-captchar" autocomplete="off" aria-invalid="false" value="" type="text" name="captcha" /></span> </p> <p><input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="Send" /> </p><p style="display: none !important;" class="akismet-fields-container" data-prefix="_wpcf7_ak_"><label>Δ<textarea name="_wpcf7_ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_2" name="_wpcf7_ak_js" value="157"/><script>document.getElementById( "ak_js_2" ).setAttribute( "value", ( new Date() ).getTime() );</script></p><div class="wpcf7-response-output" aria-hidden="true"></div> </form> </div>
Comments