Normal Flow Example

The Markup in a text editor

	      
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
	<title> Create A Web Site Home Page</title>
	</head>
	<body>

	<h1>Basic Web Design</h1>
	<h2>Concepts, ideas, tools, and knowledge. </h2>
	<h3>A posse ad esse.</h3>
	
<!-- The img element is actually all on one line... -->
 	<img src="../image2/classlogo.png" 
	alt="classlogo" width="322" 
	height="200" />"
  

          
             
	
	</body>
</html>

What it looks like in a Browser

Basic Web Design

Concepts, ideas, tools, and knowledge.

A posse ad esse.

classlogo