It/220

Submitted by: Submitted by

Views: 539

Words: 656

Pages: 3

Category: Science and Technology

Date Submitted: 02/15/2011 03:27 PM

Report This Essay

Final Project: Basic Web Page

Gregory Murray

IT/220

1/9/2011

Sonja Westbrook

Final Project: Basic Web Page

HTML Basics

Having Fun With HTML

©2010 K.Zotos, All Rights Reserved.

HTML ·

Examples ·

Communicate ·

Chemistry ·

Helpful Sites ·

What is HTML?

          HTML or Hypertext Markup Language is the

language web pages are written in. Web documents contain text and a special code that tells a web browser how to display

the content to the viewer. This code is known as TAGS. Tags are pieces of code surrounded by angle brackets that

give instructions on how a document is to be displayed.

Home ·

Examples ·

Communicate ·

Chemistry ·

Helpful Sites ·

     Examples of Basic Tags

     All of these tags have angle brackets

in the front and rear of the tag

<HTML> ——— Identifies an HTML document

<Title> ——— Creates a title for a web page

<H1,H2,H3,H4,H5, H6 > ——— Creates heading levels

<Body> ——— Identifies content on a web page

<B,U,I> ——— Bold text, Underline text, Italicizes text

<P> ——— Starts a new paragraph

Home ·

HTML ·

Communicate ·

Chemistry ·

Helpful Sites ·

How HTML can help me communicate?...