Search w3schools.
com Search
HOME HTML CSS JAVASCRIPT JQUERY XML ASP.
NET PHP SQL MORE.
.
.
REFERENCES | EXAMPLES | FORUM | ABOUT
HTML Basic
HTML HOME
HTML Introduction
HTML Editors
HTML Basic
HTML Elements
HTML Attributes
HTML Headings
HTML Paragraphs...
More
Search w3schools.
com Search
HOME HTML CSS JAVASCRIPT JQUERY XML ASP.
NET PHP SQL MORE.
.
.
REFERENCES | EXAMPLES | FORUM | ABOUT
HTML Basic
HTML HOME
HTML Introduction
HTML Editors
HTML Basic
HTML Elements
HTML Attributes
HTML Headings
HTML Paragraphs
HTML Formatting
HTML Links
HTML Head
HTML CSS
HTML Images
HTML Tables
HTML Lists
HTML Blocks
HTML Layout
HTML Forms
HTML Iframes
HTML Colors
HTML Colornames
HTML Colorvalues
HTML JavaScript
HTML Entities
HTML URL Encode
HTML Quick List
HTML Summary
HTML XHTML
HTML5 News
HTML5 Intro
HTML5 Elements
HTML5 Canvas
HTML5 SVG
HTML5 Drag/Drop
« Previous Next Chapter »
HTML Basic - 4 Examples
Don t worry if the examples use tags you have not learned.
You will learn about them in the next chapters.
HTML Headings
HTML headings are defined with the <h1> to <h6> tags.
Example
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
Try it yourself »
HTML Paragraphs
HTML paragraphs are defined with the <p> tag.
Example
<p>
Less