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 : |
<? // Lesson07.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 = 7; $assignmentType = "Lesson"; $assignmentTitle = "Style Sheet Building Blocks"; $evaluationNumber = 4; $evaluationType = "Lab"; $evaluationTitle = "Style Sheet Building Blocks"; if (!isset($evaluationNumber)) { $evaluationNumber = $assignmentNumber; } if (strlen($assignmentNumber) == 1) { $assignmentName = $assignmentType."0".$assignmentNumber; } else { $assignmentName = $assignmentType.$assignmentNumber; } if (strlen($evaluationNumber) == 1) { $evaluationName = $evaluationType."0".$evaluationNumber; } else { $evaluationName = $evaluationType.$evaluationNumber; } if ($evaluationTitle != '') $evaluationTitle = ' - '.$evaluationTitle; $title = $assignmentType." ".$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"> Learn how to use Cascading Style Sheets (CSS) in your web pages. </span></fieldset> <fieldset class="pio"><legend>Personalized Instruction</legend><span class="normal"> <ol start="1" class="pio"> <li>Read Chapter 7 <i>Style Sheet Building Blocks</i> in <?=$textbook['Title1']?><?=$textbook['Edition1Edition']?>.</li> <? if ($evaluationType != '') { ?> <li>Complete and submit <a href="<?=$evaluationName?>.php"><?=$evaluationType?> <?=$evaluationNumber?><?=$evaluationTitle?></a> for evaluation.</li> <? } ?> </ol> </span></fieldset> <fieldset class="pio"><legend>Objectives</legend><span class="normal"> <ol class="obj pio" start="33"> <!--Chapter 7 33 --> <li>Identify and use CSS rules.</li> <li>Identify and use <b>class</b> and <b>id</b> attributes.</li> <li>Identify and use <b>background</b>, <b>border</b>, <b>color</b>, <b>font-size</b>, and <b>line-height</b> property/value pairs.</li> </ol> </span></fieldset> <fieldset><legend>Evaluations</legend><span class="normal"> <? if ($evaluationType != '') { ?> Complete and submit <a href="<?=$evaluationName?>.php"><?=$evaluationType?> <?=$evaluationNumber?><?=$evaluationTitle?></a> for evaluation. <? } else { ?> There are no formal evaluations for this <?=$assignmentType?>. <? } ?> </span></fieldset> <fieldset><legend>Notes</legend><span class="normal"> It is somewhat unclear in the book, but your internal styles must be inclosed in a style element:<br /> <b><style type="text/css"></b><br /> <b></style></b><br /> This style element should be inside the <b>head</b> section.<br /> For instance, the example <b>h1</b> style on page 120 would be coded as:<br /> <b> <style type="text/css"><br /> h1 {color: red;<br /> background: yellow;}<br /> </style><br /> </b> You could jump ahead in the book and read page 131 for an explaination and example of internal style sheets.<br /> CSS classes may be used multiple times in a web page. A CSS id should be used only once in a web page. </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'); ?>