<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>NRV Rocketry</title>
</head>

<body> <!-- This is the beginning of the body section -->

<CENTER><IMG SRC=../NRVR-logo_2012.png width=420><BR>
<!-- CENTER = centers the tags, text and content -->
<!-- BR = creates a line break -->
<!-- IMG SRC=fileORlink  is how you display a picture -->
<A HREF=http://nrvr.org/ target=_new>Click Here To Go To My Main Website!</A>
<!-- A HREF=http://... =link  is how hyperlink out to a web resource -->


<h1>My New Web Page</h1></CENTER>
<p>
<HR/>
<!-- H1 = makes a big title line -->
<!-- P = makes a paragraph break (like two BRs) -->
<!-- HR/ = makes a horizontal line to separate content -->

<i>This is some info about my new website!</i><BR>
<font color=red size=+1>The "font" tag allows you to change colors, fonts and other effects</font>
<!-- i = makes text italicized -->
<!-- font = does various font effects -->

<HR/>

<H2><B><U>To Make A Website, You Need:</U></B></H2>
<BLOCKQUOTE>
<LI> <B><U>Webserver:</U></B> Get a computer to run apache/httpd (at home or at a dedicated or cloud hoster)</LI>
<LI> <B><U>Open Web Port:</U></B> Allow port 80 (web) traffic through any firewalls to your web server</LI>
<LI> <B><U>Domain Name (optional):</U></B> Purchase a domain name from a registrar (if you want a dedicated website name</LI>
<LI> <B><U>DNS Pointers:</U></B> Set up DNS to point your domain name to your webserver's IP address</LI>
<LI> <B><U>Content:</U></B> Upload your photo and video content</LI>
<LI> <B><U>HTML File(s):</U></B> Create your web page</LI>
<LI> <B><U>Links To You:</U></B> Get people to link to your web site (so it shows up in google and other searches)</LI>
</BLOCKQUOTE>
<!-- H2 = makes a smaller title line -->
<!-- B & U = do makes text BOLD and UNDERLINED -->
<!-- BLOCKQUOTE = makes offset/indented blocks of text -->
<!-- LI = makes bullet lists -->

<hr/>



</body>
</html>
<!-- These two close out the BODY and HTML sections -->
