You are on page 1of 2

Search

Hom e

Web Reference

Web Tutorials

Be ginne r Tutorial HTML Tutorial C SS Tutorial

html - hypertext markup language


Welcome to Tizag.com's HTML Tutorial! Here you will learn the basics of HyperText Markup Language (HTML), so that you may design your own web pages like the one you are viewing right now!

HTML R e fe re nce C SS R e fe re nce C SS Ex am ple s PHP Ex am ple s

Scripting

Help Tizag Grow


Link to Tizag Tizag.com Store A dvertise Here

Javascript Tutorial PHP Tutorial Pe rl Tutorial Ajax Tutorial ASP Tutorial VBScript Tutorial

Databases

SQ L Tutorial MySQ L Tutorial

Advertise on Tizag.com

Miscellaneous

XML Tutorial W e bhost Tutorial Flash Tutorial SEO Tutorial

HTML Tutorial

HTML is not a programming language, but rather a markup language. If you already know XML, HTML will be a snap for you to learn. We urge you not to attempt to blow through this tutorial in one sitting. Instead, we recommend that you spend 15 minutes to an hour a day practicing HTML and then take a break to let the information settle in. We aren't going anywhere!

HTML - Introduction HTML - Ele m e nts HTML - Tags HTML - Te x t HTML - Form atting HTML - Pre HTML - Attribute s HTML - Font HTML - Te x t Link s HTML - C om m e nts HTML - Lists HTML - Im age s HTML - Im age Link s HTML - Table s HTML - Bgcolor HTML - C olor C ode s HTML - C olor C hart HTML - Back ground

preparation for html


If you are new to HTML and haven't read through our Beginner's Tutorial, please take a few minutes to complete that tutorial before moving on. Creating an HTML document is easy. To begin coding HTML, you need only two things: a simple-text editor, such as Notepad, and the dedication to follow this tutorial! Notepad is the most basic of simple-text editors, and you will probably code a fair amount of HTML with it in your early stages. Notepad++ is another popular favorite among web developers. These innovative text editors are specialized for writing simple code and they utilize color coding to help you write concise code.

Web Forms
HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML -

Special Tags

Form s Input Te x t Fie lds Password R e se t Subm it C he ck box e s R adio Se le ct Hidde n Fie lds Upload Te x tare as Body Music C ode s Vide o C ode s Me ta Style Div Layouts Fram e s Entitie s Scripts

brief html background


HTML hasn't been around for many years. The first web pages began in November 1990, and back then, there were little to no HTML standards to follow. As a result, a group called the World Wide Web Consortium formed to set standards for coding HTML. We will base our teachings around these widelyaccepted coding standards.

web pages
Here are some important facts about why web pages are so useful! They are a low-cost and easy way to spread information to a large audience. The provide yet another medium you can use to market your business! They serve as a platform to let the world know about you!

More Tutorials!
Microsoft O ffice Tutorials Artist Tutorials

Formatting Tags

Get Help!
C ontact Us

Bold Paragraphs He adings Line Bre ak s Horizontal R ule Em ail Italic C ode Supe rscript Subscript Strik e through

words to know
Throughout this tutorial, we will be using several terms that are unique to HTML. It is important for you to understand what these words mean, in the context of HTML. Tag - Used to tag or "mark-up" pieces of text. Once tagged, the text becomes HTML code to be interpreted by a web browser. Tags look like this: <tag> Element - A complete tag, having an opening <tag> and a closing </tag>. Attribute - Used to modify the value of the HTML element. Elements will often have multiple attributes.
1/2

HTML Forum

www.tizag.com/htmlT/index.php

C ontact Us

have multiple attributes. For now, just understand that a tag a piece of code that acts as a label that a web browser interprets, an element is a complete tag with an opening and closing tag, and an attribute is a property value that customizes or modifies an HTML element.
Ads by Google

Tutorial

CSS Tutorial

XML Tutorial

Tutorials

Go Back

Continue

found something wrong in this lesson?


Report a Bug or Comment on This Lesson - Your input is what keeps Tizag

improving with time!

2003-2008 Erack Network | Copyright | Privacy Policy | Advertising Information Site design by Seattle Web Design

www.tizag.com/htmlT/index.php

2/2

You might also like