W3Schools
home HOME Tutorials | References | Examples | Forum | About
Search W3Schools :

HTML Basic
HTML HOME
HTML Introduction
HTML Get Started
HTML Basic Tags
HTML Elements
HTML Attributes
HTML Formatting
HTML Entities
HTML Links
HTML Frames
HTML Tables
HTML Lists
HTML Forms
HTML Images
HTML Background
HTML Colors
HTML Colorvalues
HTML Colornames

HTML Quick List

HTML Advanced
HTML Layout
HTML Fonts
HTML 4.0 Why
HTML Styles
HTML Head
HTML Meta
HTML URLs
HTML Scripts
HTML Attributes
HTML Events
HTML URL Encode
HTML Webserver
HTML Summary

Examples/Quiz
HTML Examples
HTML Quiz
HTML Exam

References
HTML Tag List
HTML Attributes
HTML Events
HTML Colornames
HTML Character Sets
HTML ASCII
HTML ISO-8859-1
HTML Symbols
HTML URL Encode
HTML Lang Codes
HTTP Messages

Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality

W3Schools Tutorials
W3Schools Forum

Helping W3Schools

Basic HTML Tags

Previous Next

This chapter covers some basic HTML tags like headings, paragraphs and line breaks.


Try it Yourself - Examples

The best way to learn HTML is to work with examples.

A very basic HTML document
This example has a minimum of HTML tags. It demonstrates how HTML is displayed in a browser. 

HTML paragraphs
This example demonstrates how HTML paragraphs are displayed in a browser.

(You can find more examples at the bottom of this page)


HTML Headings

Headings are defined with the <h1> to <h6> tags. <h1> defines the largest heading. <h6> defines the smallest heading.

<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>

Result:

This is a heading

This is a heading

This is a heading

Try it yourself

HTML automatically displays an empty line before and after headings.


HTML Paragraphs

Paragraphs are defined with the <p> tag.

<p>This is a paragraph</p>
<p>This is another paragraph</p>

HTML automatically displays an empty line before and after a paragraph.

Try it yourself


Don't Forget the End Tag

Most browsers will display HTML correctly even if you forget the end tag:

<p>This is a paragraph
<p>This is another paragraph

Try it yourself

The example above will work in most browsers, but don't rely on it. Forgetting the end tag can produce unexpected results or errors.

Note: Future version of HTML will not allow you to skip end tags.


HTML Line Breaks

Use the <br> tag if you want a line break (a new line) without starting a new paragraph:

<p>This is<br>a para<br>graph with line breaks</p>

Try it yourself

The <br> tag is an empty tag. It has no end tag like </br>.

You can read more about empty HTML tags in the next chapter of this tutorial.

<br> or <br />

In XHTML, XML, and future versions of HTML, tags with no end tags (closing tags) are not allowed.

Even if <br> works in all browsers, writing <br /> instead is more future proof.


HTML Comments

Comments can be inserted in the HTML code to make it more readable and understandable. Comments are ignored by the browser and not displayed.

Comments are written like this:

<!-- This is a comment -->

Try it yourself

Note: There is an exclamation point after the opening bracket, but not before the closing bracket.


HTML Output - Useful Tips

You cannot be sure exactly how HTML will be displayed. Large screens, small screens, and resized browser windows will create different results.

With HTML, you cannot change the output by adding extra spaces or extra lines in your HTML code.

The browser will remove extra spaces and extra lines when the page is displayed. Any number of lines count as one space, and any number of spaces count as one space.

Try it yourself  (The example demonstrates some HTML formatting problems)


Examples From This Page

A very basic HTML document
This example has a minimum of HTML tags. It demonstrates how HTML is displayed in a browser. 

HTML paragraphs
This example demonstrates how HTML paragraphs are displayed in a browser.

Headings
This example demonstrates the tags that display headings in an HTML document.

Line breaks
This example demonstrates the use of line breaks in an HTML document.

Hidden comments
This example demonstrates how to insert a hidden comment in the HTML source code.

Poem problems
This example demonstrates some problems with HTML formatting.

More Examples

More paragraphs
This example demonstrates some of the default behaviors of paragraph elements.

Horizontal rule
This example demonstrates how to insert a horizontal rule.


Basic HTML Tags

If you lookup the basic HTML tags in the reference below, you will see that the reference contains additional information about tag attributes.

You will learn more about HTML tag attributes in the next chapter of this tutorial.

Tag Description
<html> Defines an HTML document
<body> Defines the document's body
<h1> to <h6> Defines header 1 to header 6
<p> Defines a paragraph
<br> Inserts a single line break
<hr> Defines a horizontal rule
<!--> Defines a comment


Previous Next


The tools you need to build your web project!

Instant Demo

Ektron CMS400.NET Version 7.6 delivers all of the flexibility and features you need to deploy the Web site you want, quickly and efficiently.

learn more...

 

 

 

6 ways to take your site to the next level with Ektron:

Social Networking Create site stickiness through social networking. Keep it personal, relevant and interactive and they'll come back for more.
Open API Keep it open. Your site needs to be ready and able to connect to outside services. Ektron's open API gives you maximum flexibility.
Document Management Streamline content and document management. Users need to quickly and intuitively find and add information.
Content Authors Empower your content authors. Reduce IT bottlenecks by allowing business users to create and edit Web content and forms.
Taxonomy Climb to the top of search rankings. SEO tools, URL aliasing and eCommerce for your digital marketing strategy
Web 2.0 Tools Add powerful Web 2.0 tools like blogs, wikis, forums, geo-mapping, rating systems and RSS feeds easily.
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today.


Jump to: Top of Page or HOME or Printer Friendly Printer friendly page

W3Schools provides material for training only. We do not warrant the correctness of its contents. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.

Copyright 1999-2008 by Refsnes Data. All Rights Reserved.

Validate Validate W3C-WAI level A conformance icon W3Schools was converted to XHTML in December 1999
dotnetbutton
Dynamic button image generation
WEB HOSTING
$15 Domain Name
Registration
Save $20 / year!
Buy UK Domain Names
Register Domain Names
Cheap Domain Names
Cheap Web Hosting
Best Web Hosting
PHP MySQL Hosting
Top 10 Web Hosting
UK Reseller Hosting
Web Hosting
WEB BUILDING
Website Templates
Flash Templates
Website Builder
Internet Business Opportunity
Custom Programming
FREE Trial or Demo
Web Content Manager
Forms,Web Alerts,RSS
Download XML editor
Free Flash Website
EDUCATION
US Web Design Schools
HTML Exam