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/Classes/CST1021/Labs/Lab02/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Lab 2 - Jim Martinson</title> <link href="Lab02.css" rel="stylesheet" type="text/css"> <link href="Lab02b.css" rel="stylesheet" type="text/css"> </head> <body> <h1>Lab 2 - Jim Martinson</h1> <section> <h2>HTML Text Formatting</h2> <b>Bold text</b> <strong>Important text</strong> <i>Italic text</i> <em>Emphasized text</em> <mark>Marked text</mark> <small>Small text</small> <del>Deleted text</del> <ins>Inserted text</ins> <sub>Subscript text</sub> <sup>Superscript text</sup> </section> <section> <h2>HTML Quotation and Citation Elements</h2> Jim says <q>HTML must be well formatted!</q> <br> <abbr title="Computer Systems Technology">CST</abbr> began as the AIT department and was re-named in 1994. </section> <section> <h2>HTML Comments</h2> <!-- This section only contains the h2 tag and a comment --> </section> <section> <h2 style="background-color:hsla(9, 100%, 64%, 0.5);">HTML Colors</h2> <span>This is an un-styled span tag.</span> <span id="tom">Styled via id.</span> <span style="color:DodgerBlue;">Some DodgerBlue text.</span> </section> </body> </html>