A Sample Bare-Bones HTML Document
<html>
<head>
<TITLE> A Simple HTML Example</TITLE>
</head>
<body>
<H1>HTML is easy to learn</H1>
<P> Welcome to the world of HTML. This is the
first paragraph. While short, it is still a paragraph!</P>
<P> This is the second paragraph.</P>
</body>
</html>
Previous slide
Next slide
Back to first slide
View graphic version