Basic Structure of an HTML Page Here you will see a sample HTML page with the basic structure. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Title that is displayed at the top of your web browser and also used as the title by many search engines
  1. Paragraph: <p>
  2. Drop one line: <br>
  3. Bold type: <b> and </b>
  4. Italics: <i> and </i>
  5. Underline: <u>
  6. Large Headline type: <H1> and </h1> (size of titles varies from H1, H2, H3 and H4)
  7. <center> and </center>
  8. Hozionatal line across the entire page: <hr>
  9. Left aligning text: <p align="left">
  10. Right aligning text: <p align="right">
  11. Change font size: <font size="3"> (choose between 1 and 7)
  12. Blinking text: <blink> and </blink> (onlyi works in Netscape and Mozilla FireFox)
  13. Scrolling Text: <marquee> and </marquee> (only works in Internet Explorer)
  14. Change text color: <font color="red"> and </font>

Type the following document below for Wednesday,: November 8, 2006. This is how it will be displayed on the Internet.

The document needs to be tiyped in Microsoft NotePad with both all of the HTML codes and text in the following document at: http://www.kuzmich.com/carmody/business/HTML1.html. To see how the actual document looks like with HTML coding before displaying with a web browser, go to: http://www.kuzmich.com/carmody/business/HTML1.html

HTML Fundamentals
(taken from http://www.labrocca.com/htmlementary/

by you

November 6, 2006


A Unique Learning Environment For Creative Minds

Design exciting web pages using HTML with a few short minutes.

GETTING STARTED

HTML ementary consists of four frames. The top right one contains a set of buttons you use to move around. The left frame usually contains HTML source code. The right frame shows the HTML source code as a Web page. As you move through the topics, HTML ementary updates the frames automatically. The top left frame is a graphic.

HTML tags are shown in navy . New HTML tags or items being stressed are shown bolder than others. If you are using a newer browser they are also red . If you see underlining ignore it. It's not part of the HTML tag; it means you are using an older browser. Your browser adds it to links automatically. To learn about an HTML tag, click it and the right frame displays a short explanation. When you're finished, click the Output button.

You can move from topic to topic and back by clicking the Next and Back buttons. You can return to the table of contents by clicking the Topic button from any topic.

Sometimes the left frame contains links to other parts of of the HTML ementary . When you click on them, all or part of the window changes.

As you work, change the size and shape of your browser's windows. Try to guess how the appearance of the HTML document will change.

To close HTML ementary click the Exit button.

Click the Help button at any time to read the online help.

HYPER TEXT MARKUP LANGUAGE (HTML)

A World Wide Web page is written in a language called HyperText Markup Language, or HTML for short. The idea is that you use HTML to specify what the parts of your page are. For example, you can say that a line is a heading and that another line is a link to another page on the Web. Said another way, you use HTML to tell the browser about the general appearance you'd like your page to have. You have to get used to the idea that your page will look different to others depending on which browser they use.

Tags

You control how your page looks by using HTML elements mixed in with your text. An element is usually made up of two tags, a start tag and an end tag . Tags are formed by typing words inside of angle brackets like this: