Web Design Stuff
HTML Tutorials    CSS Tutorials    Web Hosting   Resources
Create a Web Page 101
Making Web Pages Intro What is a Web Page? Why Make a Web Page? The History of HTML Learn HTML or XHTML?
Basic HTML
Basic HTML Tutorials Basic HTML Necessities How to Make a Web Page How to Edit a Web Page The Basics of HTML Tags Basic HTML Page Structure HTML Attributes
HTML Font Codes
HTML Font Codes Intro HTML Font Color Codes HTML Font Size Codes HTML Font Style Codes HTML Bold/Italic Codes Combining Font Codes
Formatting Text
Formatting Text Intro Making Paragraphs Miscellaneous Formatting Headings & Subheadings Creating Hyperlinks
Using Graphics
Using Graphics on the Web Add Graphics to Your Pages Graphics and Accessibility How to Align Graphics Page Color & Background Graphics as Hyperlinks Horizontal Rules
Creating Tables
HTML Tables Tutorials HTML Table Fundamentals Background & Border Color Table Frames & Rules Table Width and Alignment Cells 1 -Space & Alignment Cells 2 -Row Column Span Cells 3 -Width & Height
Making Lists
HTML Lists Tutorials Bulleted Lists Numbered Lists Definition Lists
HTML Frames
HTML Frames Tutorials Using Frames for Layout Advanced Frame Layouts Putting Hyperlinks in Frames Frame Border Width Color, Margin and Control Problems with Frames SmartFrames: A Solution SSI: An Alternative to Frames
Web Page Forms
Making Feedback Forms A Simple Feedback Form Installing NMS FormMail Debugging Your Setup My Web Host is Out to Lunch User Input Components Text Fields Checkboxes & Radio Buttons Dropdown Menus Push Buttons Layout and Presentation
Basic CSS
Basic CSS Tutorials What is CSS? Why You Should Use CSS How to Use CSS Inline Styles Embedded Style Sheets External Style Sheets Class Selectors ID Selectors Combining Selectors
CSS Properties
CSS Properties Intro Font Styles Width, Height & Spacing Borders Backgrounds Position Float & Alignment Hyperlinks
All About Web Hosting
Hosting Your Own Website What is a Web Host? Your Website's Home Page Building a Website Offline About Free Web Hosting Best Free Web Hosting Commercial Web Hosting How to Get a Domain Name Ecommerce Web Hosting Web Hosting Terminology
Free Web Design Tools
Best Free Website Tools Best Free Text Editors Best Free Graphics Editors Free Website Analysis Tools
Setting Up HTML Kit
HTML Kit Introduction How to install HTML Kit Screenshot Breakdown Basic Configuration Overall Appearance Shortcuts and Startup Editing Window Customizing Toolbars Using the Favorites Tab Making a New Actions Bar Odds and Ends
Free Templates
Free Website Templates Two Column Fixed Width Three Column Liquid Layout Miscellaneous Templates Dynamic Menu Effects Two Column Experimental Terms of Use About These Templates
Website Templates Help
Getting Started Template Zip File Download How to Edit Your Template What to Edit in the HTML How to Add Your Logo Making a Website
Web Design Tips
Web Design Basics Tables vs. Tableless Using Tables for Layout Example Table Layouts World's Crappiest Web Page
Twitter Backgrounds
Twitter Backgrounds Intro Cool Twitter Backgrounds Cool Twitter Backgrounds 2 Plain Twitter Backgrounds Dark Twitter Backgrounds Best Twitter Backgrounds Cute Twitter Backgrounds Music Twitter Backgrounds Music Twitter Backgrounds 2 Twitter Backgrounds 101 TERMS OF USE
All About Web Browsers
What is a Web Browser? Mozilla Firefox Internet Explorer Opera How to Set Up Firefox Top 5 Firefox Extensions
 
Contact
Post Some Feedback Send Me An Email Iron Spider Blog About Iron Spider... Site Conventions
 
 
 

 

The Basics of HTML Tags

 
The source code of a web page is basically constructed using HTML tags which is a series of standardized keywords and abbreviations defined in the official HyperText Markup Language specification.

HTML is a publishing language that all computers may potentially understand and immediately interpret as the initialising and formatting instructions that go into the making of a web page. Each keyword or abbreviation in HTML is known as an 'element' and each HTML element is enclosed in angle brackets like this... < > This 'angle bracket/ HTML element' assembly is known as an HTML 'tag' and all HTML elements have at least a start tag and a majority of them also have an end tag.

The start tag of an HTML element always takes this format:
<element-name>
The end tag differs slightly by incorporating a slash ( '/' ) and always takes this format:
</element-name>
The angle brackets < > enclosing HTML elements keep them hidden behind the scenes of a web page. The elements do not appear on the actual web page itself but rather they only act as a means to instruct your web browser how to display that which appears between the start tag and the end tag.

Each HTML element is like a command which identifies what part of your web page to address and, along with other sub-commands known as 'attributes', tells your web browser how to display that particular part. As your web browser 'reads' a web page, it encounters each HTML element start tag and then, for the most part, acts according to that element's identity and attributes on all the content (usually text) that follows the start tag. It continues as such until it encounters a subsequent end tag for that same element or the start tag of another HTML element.

Other times, an HTML element start tag (and any applicable attributes) is enough in and of itself to create a specific web page effect. This is the case with line breaks, graphics, horizontal rules and a number of other standard web page embellishments.

Virtually all HTML element names are comprised of a keyword or abbreviation that gives some indication as to what the element is used for thereby making it easier to remember them all and to remember what does what.

After you become familiar with HTML through repeated use, you'll soon be writing up web pages with great ease. You'll also be able to 'pop the hood' on any web page you find on the internet, browse through the source code and actually be able to understand what that seemingly impossible jumble of HTML tags is all about. Armed with this ability, you'll be able to study how other people produce web page effects that you particularly admire and then you'll be able to reproduce those effects on your own web pages.

A list of all HTML elements can be found here. But rather than plowing through this comprehensive list or the entire HTML 4.01 Specification (which is not an easy read), you'd be best to download it and keep it just as a reference file. A better idea would be to continue with this tutorial which will walk you through the most commonly used web page effects and explain how to construct the HTML tags to create them.

But first we will begin with the basic HTML web page structure...





Best Free Stuff
for webmasters

Free Text Editors
Free Graphics Editors
Website Analysis Tools
Free Website Templates

See also:

Best Free Web Hosting

 

If you need a .COM web address, you can get one quick and easy at...

www.GoDaddy.com
<~ BACK TOP NEXT ~>
 
HTML Tutorials |  CSS Tutorials |  Web Hosting |  Domain Names |  Web Design Resources
Iron Spider © Copyright 2004-2011 Robert Darrell