The web hosting publication by web hosting users for web hosting users
Update a Host / Editor Login
Search
Article News Host Business Name
DIRECTORY TOP RATING EDITOR REVIEW SEARCH HOSTING SHOWCASE BECOME AN EDITOR
RECENT NEWS
The Evolution of the IT Specialist
ICANN Decides To Expand Internet
Pingdom Adds Business Monitoring Plan
Apptix Offers Hosted VoIP Products
Hostway Offers Free Server Setup
FWHN Offers 3 Discount Programs
Hosting Networking Site Launches
Infinera Names Strategic Materials VP
ARTICLES
Co-location Hosting
Dedicated Servers
Domain Names
E-Commerce / Merchant Accounts / Payment Gateways
Free Web Hosting
General Web Hosting
Hosting Software & Control Panels
Managed Web Hosting
Programming
Reseller Hosting
Running a Web Hosting Business
Search Engine Optimization
Specific Web Hosting Provider or Company
Technical & Security
Useful Website Tools
Virtual Private Servers
Web Design & Content
Website Marketing Campaign
SEARCH ARTICLES
WEBHOST DIRECTORY
By Location

By Category
Application Hosting
Collocation Hosting
Dedicated Servers
Domain Name Registration
Ecommerce Hosting
Free Web Hosting
Reseller Domain Name Registration
Reseller Hosting
Shared Web Hosting
Virtual Private Servers
By Function
Windows Web hosting
PHP Web Hosting
Mysql Web Hosting
ASP Web Hosting
MS SQL Server Web Hosting
Coldfusion Web Hosting
MS FrontPage Web Hosting
Ecommerce Web Hosting
Cheap/Discount Web Hosting
Personal Web Hosting
Domain Name Web Hosting
A-Z Listing
Enter web host domain:




Articles
  You are here : Home Articles Useful Website Tools
Baby Steps in HTML and Web Design
Submitted by Denise Richard on | 251 reads
If you are new to the Internet or you've never built a Web page before, learning HTML can be very intimidating. There are a lot of things that most "beginning HTML" programs assume that you know and understand about computers, the Internet, and the Web. But with this article, you will be able to start an HTML class without being afraid that you'll be in over your head.

In order to use this guide, you will need the following:

  1. a computer - either Windows or Macintosh

  2. Internet access

  3. an understanding of how to click on links and use Web pages

  4. the ability to follow on-screen instructions

When you browse the Web, you use a Web browser. The most popular ones are Internet Explorer and Firefox. These are simply programs on your computer, like Microsoft Word or iTunes that open and view Web pages. A Web page is a document, like a Word document or MP3 file, that the Web browser views.

The big difference between opening a Word document and a Web page on your computer is that the Web page is not actually stored on your computer, while the Word document is. So the Web browser uses the Internet to access other computers and call up their Web pages for viewing.

Web pages are written in HTML (now, often called XHTML). This is a language that Web browsers use to understand how to display as Web pages. Web pages are not Word documents. While you can build a Web page in Word, you cannot write HTML in Word. This is very important. If you try, you will get unexpected results when you view your Web page.

 

Starting Your First Web Page

Unless otherwise noted, the following steps apply to both Macintosh and Windows computer users.

Step 1 - The Editor

Turn on your computer and open a text editor.

Windows: I recommend Notepad.

  1. Click Start

  2. Click Programs

  3. Click Accessories

  4. Click Notepad

Macintosh: I recommend SimpleText

  1. Click Finder

  2. Double-click your hard drive

  3. Click Applications (for OS X users, this will be in your OS9 applications directory)

  4. Scroll down to SimpleText and double-click on it

Step 2 - Writing the HTML

Writing the HTML is mostly a matter of typing tags and text into a text editor.

In the text editor type the following text. Type it exactly as it appears on this page (but if an advertisement appears in the box, you'll need to remove that):

<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<h1>Hello World!</h1>
<p>This is my first Web page.</p>
</body>
</html>

Step 3 - Saving Your Page

Saving a file as HTML is not as easy as it might sound. Follow these steps closely to save your first Web page. Save the file to your desktop, as an html file, not text:

Windows:

  1. Click File

  2. Click Save As...

  3. Change the directory to your desktop

  4. Change the Save as type to "All Files"

  5. Type in the file name: firstweb.html

  6. Click Save

Macintosh:

  1. Click File

  2. Click Save

  3. Type in the file name: firstweb.html

  4. Change the directory to your desktop

  5. Click Save

Step 4 - Viewing Your Page

Viewing the page is where you get to see your handiwork in your Web browser.

  1. Go to your desktop

  2. Double-click the file firstweb.html

Congratulations!

You have just written and viewed your first HTML Web page.



ARTICLES | NEWS | DIRECTORY | TOP REVIEWS| TOP RATINGS| SEARCH | SHOWCASE | UPDATE A HOST
OUR EDITORS | CONTACT US | ADVERTISING | TERMS OF AGREEMENT
© Copyright 2006 , The Web Hosting Herald. All rights reserved.