slightly modified example page from class

Created Friday 27 September 2019

First, click below to see the page "in action"

./page.html


Then review the source below. You can also simply right click and select "view source" or "page source" or similar in your browser WHEN VIEWING THE ABOVE PAGE DIRECTLY. (if you do that here, it will be weird)


<!DOCTYPE html>

<head>
<title> This is the title, y'all! </title>

</head>


<body>

<h1> This is our h1 heading </h1>
<h2> and this is what an h2 looks like </h2>

<strong> Here is some strong text </strong>

<em> Here is some that is italicized</em>
<p> This is a paragraph. A very short one </p>
<p> and this will be another one </p> 

<p> Notice how						different 													this bit



appears



when you																				view
it
as a regular 

webpage, vs how it looks 


in 




the 

source.


 </p>


<article> An article could go here </article>

<blockquote> "Someone said a thing right about here ! </blockquote>

<a href="http://jrm4.com/FSU_Courses/LIS5362.html"> The course Website </a>
<a href="http://slashdot.org">Old school tech news </a>


<address> 2300 Jackson Street, Anytown USA </address>

</body>
</html>


Backlinks: FSU Courses:LIS5362 FSU Courses:LIS5362:Final Assignment Grade