MWC Home Page

Technology Training Home > Internet > HTML Basics Tutorial Intro > Getting Started

Contents  
Intro
Getting Started
Heading Tags
Formatting Paragraphs
Adding Hyperlinks and Images
 
 
 

HTML Basics
by Andy Rush


Getting Started
 

First, you should know that tags almost always come in pairs - an open tag and a close tag. Also, for the sake of more easily recognizing the tags in this document, we will put them in all capital letters. However, it is not essential that you do this.

The following is an example of an open tag.

<HTML>

It takes the form of <XXX> (the X's represent the html tag and on either side of the command are "angle brackets" also known as "greater than" and "less than" symbols).

Next is an example of a close tag.

</HTML>

It takes the form of </XXX> (notice the "forward slash" in front of the X's).

Basic Html Tags

<HTML> - Placed at the beginning of the HTML document.

</HTML> - Placed at the end of the HTML document.

<HEAD> </HEAD> - Surrounds the <TITLE> and <META> tags.

<TITLE> </TITLE> - The text within these tags appears in the web browser title bar.

<BODY> </BODY> - Everything you place between these tags will appear in the browser as the "web page".

If you click the link below, you will see a BLANK page. Click the "Back" button on your web browser to return here.

View a basic (minimum) html document in the web browser. While you are looking at this blank page, in the web browser go to the View menu and choose Source or Page Source (or simply Source in Internet Explorer). You will view the code (tags and text) that makes up the page.

The HTML source code for the page should look like this:

<HTML>

<HEAD>

<TITLE>Untitled</TITLE>

</HEAD>

<BODY>


</BODY>

</HTML>

 

 

 

 
 
< Previous Page
[Resources for Prospective Students] [Resources for Current Students] [Resources for Faculty and Staff] [Resources for Alumni] [Resources for Community and Visitors] [A to Z Index] [People Search] [Search MWC]
[MWC Home Page]

Division of Teaching and Learning Technologies
Mary Washington College
1301 College Avenue, Chandler 105
Fredericksburg, VA 22401-5358
Tel. 540.654.1379 Fax 540.654.1068

This Web Page Maintained by
Andy Rush
Department Site Index
Comments or Questions?

To JMC Home Page

[James Monroe Center Home Page]