WebsiteGear Logo Log In
New User? Sign Up
About | Contact | FAQ
  Home Content Site Development Website Technology Saturday, July 04, 2009 
POPULAR ARTICLES
Nav Subdomain Configuration - How To Setup A Sub Domain
Nav Website Layout - Tips & Tricks
Nav Round Robin DNS Load Balancing
Nav Domain Configuration - How To Setup A Domain Name
Nav Introduction To Server Load Balancing
Nav Server Load Balancing Methods
Nav Tips On Using SubDomain
Nav Breadcrumb Navigation
FEATURED NEWS | POPULAR NEWS
View More News View More News
SPONSORED LINKS
Print| Email| Save| Discuss| Feeds


HTML - Introduction
Published: Monday, November 03, 2003

































Check

What is HTML?


HTML stands for Hyper Text Markup Language.
It is the publishing language of the World Wide Web (WWW). HTML is written in
English (uses English words) and have standardized tags and elements, which the
web brower understands. The web browers translate the HTML code into a viewer
friendly web page.
Check

What is a web browser?


A web brower is a software that translates the HTML code (along with other associated
components like Javascript, images etc.) to a viewer friendly web page. Most common
web browers are Intenet Explorer (from Microsoft), Netscape and Opera. You are
using a web browser if you are viewing this web page.
Check

How to view the HTML code for this web page?


Depending on your browser select 'View' and then 'Source' on your browser. This will
display the HTML code for this web page.
Check

How to create a HTML page?


Creating HTML is very simple. You need a text editor like 'Notepad', which comes free
with your computer (if using Windows). Open the text editor and type in the following
lines of HTML code.

<html>
<head>
<title>Welcome</title>
</head>
<body>
<h1>Hello World! Welcome to my website.</h1>
</body>
</html>


Save the text file with a name 'index.html'. You can also use the extension '.htm'.
Open a web browser, click on 'File' and select 'Open'. Select the file you just saved
from the directory where you saved. You now can see your webpage in the browser and your first
'Hello World' HTML page is ready. You can see the title of the page on the top bar of your browser.
Check

Understanding the HTML tag.


A HTML tag is enclosed within a < and > sign. For example <b> is a starting bold tag.
Similarly an end tag is enclosed within </ and > signs (e.g. </b>) . The slash makes it the end tag.

Check

Understanding the HTML code above.


A HTML document is enclosed within a <html> start tag and a </html> end tag.
It is divided into a head section
(here, between <head> and </head>) and a body (here, between <body>
and </body>). The title of the document appears in the head (along with other information about
the document) between the <title> and </title> tags, and the content of the
document appears in the body. The body in this example contains one sentence between header <h1>
and </h1> tags.

HTML Elements Next Article
Print| Email| Save| Discuss| Feeds
RELATED ARTICLES
Nav Website Hosting - Introduction
This article provides an introduction to web hosting. Learn how the internet works and why you need a web host for your website.
Nav Ad Publishing - An Introduction
Ad publishing is a revenue generating engine for website owners. This article explains the basic ideas behind earning money from ad publishing.
Nav Website Revenue - An Introduction
Does your website make money? There are billions of websites on the internet. About 30 million domain names are registered. But among these, how many of the websites do make money?
Nav Introduction To Server Load Balancing
Load balancing applies to all types of servers (application server, database server), however, we will be devoting this section for load balancing of web servers (HTTP server) .
RELATED NEWS
News Post sundaymorningsoliloquy.com: The Skinny on Social Bookmarking
CHICAGO , July 3 /PRNewswire/ -- Leyla Arsan , Partner at Lotus Marketing Services. With vast number of social bookmarking, s...
News Post Free Shipping for Freedom Day - LightInTheBox.com Launches Independence Day Sale
BEIJING , July 3 /PRNewswire-Asia/ -- LightInTheBox.com ( www.LightInTheBox.com ) is celebrating the United States' Inde...
News Post Ricardo B. Salinas Delivers Commencement Address to Plantel Azteca School
- 758 STUDENTS SUCCESSFULLY COMPLETE STUDIES IN ONE OF THE TOP RATED JUNIOR AND SENIOR HIGH SCHOOLS IN MEXICO -
News Post NASA Updates Shuttle Prelaunch Events and Countdown Details
CAPE CANAVERAL, Fla. , July 2 /PRNewswire-USNewswire/ -- News conferences, events and operating hours for the news center at...
News Post A World First - New Book: Marketing Professional Services in Asia
HONG KONG , July 2 /PRNewswire-Asia/ -- Law and accountancy firms from the US and Europe have long considered Asia a prime ma...
Submit News | View More NewsView more news
RELATED CLASSIFIED ADS
Classified Ad Content Management System(CMS) Using PHP And MySQL
We will explain step-by-step how to build a content management system, using PHP for the programming ...
Classified Ad Web Design, Development, E-Commerce Sol.
At mindavenues, we specialize in website designing, strategic planning, and Content Development. Our ...
Classified Ad Sharepoint 3 Hosting with ASPHostCentral.com
SharePoint 3.0 offers some key improvements over SharePoint Version 2, along with the introduction o ...
Classified Ad Freelance Website Design and Development
Hello, I am a freelance web designer/developer providing professional web services. I am currentl ...
Classified Ad Web hosting reviews and discount coupons
http://www.hostingdiary.comWebHostingDiary is a popular blog providing web hosting news, reviews and ...
Post Free Ad | View More View more classifieds
RELATED FORUM POSTS
Forum Post html code help
I have been trying to use a code for media on my website however the Window media player comes up on ...
Forum Post HTML to enhance my javascript menu
To anyone that can help me I would really appreciate it! I have a javascript menu on a couple of ...
Forum Post DIY photo collage yearbook with digital photos
Christmas is coming and a year also comes to its end right away. From beginning to end, from spring ...
Forum Post Best tool for real estate web design
We have a formula that works well. I'll tell you what it is, if you'll help us develop it and brains ...
Forum Post How to make flash 3D sphere photo gallery
Want to displays images on an interactive 3D Sphere for website or blog but lack of flash skills? He ...
Add New Post | View More View more forum posts


Copyright © 2003-2009 WebsiteGear Inc. All rights reserved.
About | Advertise | Submit Content | Privacy | Agreement | Contact