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/ |
Upload File : |
<? // Lesson03.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. $thisFile=__FILE__; $thisLine=__LINE__; include('application.phpinc'); $thisFile=__FILE__; $thisLine=__LINE__; include('Course/courseInfo.phpinc'); $thisFile=__FILE__; $thisLine=__LINE__; include('classInfo.phpinc'); $assignmentNumber = 3; $assignmentType = "Lesson"; $assignmentTitle = "Basic (X)HTML Structure"; $evaluationType = ""; $evaluationTitle = ""; if (strlen($assignmentNumber) == 1) { $assignmentName = $assignmentType."0".$assignmentNumber; $evaluationName = $evaluationType."0".$assignmentNumber; } else { $assignmentName = $assignmentType.$assignmentNumber; $evaluationName = $evaluationType.$assignmentNumber; } if ($evaluationTitle != '') $evaluationTitle = ' - '.$evaluationTitle; $title = $assignmentType." ".$assignmentNumber.": ".$assignmentTitle; $title = "Lesson $assignmentNumber: ".$assignmentTitle; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; $smallTitle = true; $thisFile = __FILE__; $thisLine=__LINE__; include('common/pageHeader.phpinc'); $thisFile=__FILE__; $thisLine=__LINE__; include('Login/authenticate.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; $thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionHeader.phpinc'); ?> <p> <fieldset><legend>Description</legend><span class="normal"> Begin an understanding of (X)HTML structure. Demonstrate knowledge of the html, DOCTYPE, meta character encoding, head, body, title, h1..h7, p, div, span, and br elements. Demonstrate knowledge of the id, class, title attributes. </span></fieldset> <fieldset class="pio"><legend>Personalized Instruction</legend><span class="normal"> <ol start="1" class="pio"> <li>Read Chapter 3 <i>Basic (X)HTML Structure</i> in <?=$textbook['Title1']?><?=$textbook['Edition1Edition']?>.</li> <? if ($evaluationType != '') { ?> <li>Complete and submit <a href="<?=$evaluationName?>.php"><?=$evaluationType?> <?=$assignmentNumber?><?=$evaluationTitle?></a> for evaluation.</li> <? } ?> </ol> </span></fieldset> <fieldset class="pio"><legend>Objectives</legend><span class="normal"> <ol class="obj pio" start="14"> <!-- Chapter 3 14 --> <li>Identify and use <b>html</b>, <b>DOCTYPE</b>, <b>meta</b> character encoding, <b>head</b>, and <b>body</b> tags.</li> <li>Identify and use <b>title</b>, <b>h1..h7</b>, <b>p</b>, <b>div</b>, <b>span</b>, and <b>br</b>, elements.</li> <li>Identify and use <b>id</b>, <b>class</b>, and <b>title</b> attributes.</li> <br /> </ol> </span></fieldset> <fieldset><legend>Evaluations</legend><span class="normal"> <? if ($evaluationType != '') { ?> Complete and submit <a href="<?=$evaluationName?>.php"><?=$evaluationType?> <?=$assignmentNumber?><?=$evaluationTitle?></a> for evaluation. <? } else { ?> There are no formal evaluations for this <?=$assignmentType?>. <? } ?> </span></fieldset> <fieldset><legend>Notes</legend><span class="normal"> Guess what? The terms <b>element</b> and <b>tag</b> mean almost the same thing. A tag is the name for the code that creates an element (IE: <b></b>). An element is the tag and everything that is contained in it (IE: <b>bold text</b>). Most people use them interchangeably - even me. <br /> <a href="http://www.htmlhelp.com/tools/validator/doctype.html">Choosing a DOCTYPE</a>. <br /> <a href="http://www.iana.org/assignments/character-sets" target="_blank">Character encoding and character sets</a>. </span></fieldset> <? $thisFile=__FILE__; $thisLine=__LINE__; include('ReferencesResources.phpinc'); $thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionFooter.phpinc'); $thisFile = __FILE__; $thisLine=__LINE__; include('common/pageFooter.phpinc'); ?>