Week 6 3/7-13 Div & page layout
INTRODUCTION
Here are two intro videos with the Powerpoint slides.
CREATE A ONE-COLUMN LAYOUT WITH DIV TAGS AND CSS STYLE
This section starts with using Div tags to create a one-column layout webpage. Please watch carefully.
CREATE A TWO-COLUMN LAYOUT WITH DIV TAGS AND CSS STYLE
This section introduced using Div tags to create a two-column layout webpage. After viewing Sections 1 and 2, you should be able to create a Webpage with div tags instead of tables. Please pay attention to where to insert div tags in code view and also how to create two-column layouts with div tags.
CONSTRUCT A WEBPAGE WITH DIV IN DREAMWEAVER
This section talks about using Dreamweaver CC to set up page layouts. Pay attention to static, relative, and absolute positions mentioned in the video. Float and clear functions need special attention, too.
ASSIGNMENT 6
6 points
due on 3/14/2022
Please create a webpage the same as week5.html with div tags instead of a table. Here is the example for your reference.
Please set up your wrapper (or container) width within 850 – 1000 pixels with the same structure as the example. Its content should be the same as your week5.html page, which includes the following elements:
- Page content centered (0.5 points);
- Your page title and subtitle with different font sizes and color (0.5 points);
- A banner with an image. Please make the image fully expanded to the four borders without any blank space around (0.5 points);
- A menu bar with background coordinate with your banner’s color, with words – Leave this space blank (0.5 points)
- Left content area:
- At least two h1 or h2 in the same color and same font (0.5 points);
- At least 2 taglines in their own distinct font family, font size, font color (These are the lines with author name and date time stamp) (0.5 points);
- At least 2 paragraphs (0.5 points);
- One image floated either on the left/right (1 point);
- Right content area with words – Leave this space blank (0.5 points);
- A border as the example with 1px width (0.5 points);
- Footer with background and words centered (0.5 points).
You may use inline, internal, or external CSS styles or any combination. After it is done, please create this page link on your week2.html. I will check this assignment from your week2.html.
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="/week6#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="331638933" /><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/331638933.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="82"/><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