Table of Contents

Council on Nursing Informatics
NC Nurses Association
 
 
 
 

 

 

Index

Web page construction

HTM L Sample Structure

<HTML>
<HEAD>
<TITLE>Sample Structure</TITLE>
</HEAD>

<BODY>

<H1>Sample Structure</H1>
<H2>Subtitle Here</H2>

<!-- This is a comment and does not appear in the browser -->
This sentence appears as plain text and will have a blank line following this paragraph.
<P>

You can have <B>Boldface</B>, <I>Italics</I>, or <U>Underlined</U> text.
<P>

<OL>
Here is an ordered list of items:
<LI> This is the first line.
<LI> This is the second line.
<LI> Notice the number automatically appears next to the item.
</OL>

<!-- Below is a horizontal rule -->
<HR>

<!-- Sample link to the UNC Charlotte Home Page: -->
Go to the
<A HREF="http://www.uncc.edu"> UNC Charlotte Home Page</A>
<P>

Click on the below small graphic to bring up a bigger graphic:
<A HREF="/mydir/images/my.big.graphic.gif">
<IMG SRC="/mydir/images/my.small.graphic.gif"></A>

</BODY>
</HTML>
[Top]

Example translation Example of how web browsers (i.e.; Netscape, Internet explorer) "translate" the above HTML

05/2000 © MaKeSolutions

 
Index
[Top]