Dreamweaver Tutorial: Add Paragraphs and Headings
Dreamweaver Tutorial: Add Paragraphs
Almost all web pages include some type of text formatted in paragraphs. Much like a word processor, you can insert text by positioning the cursor in the Document Window and Dreamweaver and typing the text. Hit enter at the end of the paragraph and Dreamweaver adds a blank line after the text. Dreamweaver adds the following HTML source code to your paragraph of text:
<p>Your paragraph of text</p>
Note: The <p> is called an opening paragraph tag and the </p> is called a closing paragraph tag.
Any time text is added to a web page, the default text properties for font, size, alignment, and so forth is applied to the text. You can also change the formatting of the text in several ways including the use of the Properties Panel.
Dreamweaver Tutorial: Add Headings
You can also create Headings on your web page. Dreamweaver changes the HTML tags in the source code from <p> tags to heading tags which are signified by <h1>, <h2>, <h3> and so forth.
Heading tags provide a way to organize your page with headings of various sizes to indicate relative importance or to provide a framework or outline for your page. See the code example below:
<h1>This is the heading surrounded by heading tags</h1>
This is what the <h1> heading tag looks like for this page.
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
In the headings above the size, font, color, and style are all formatted by a CSS page. But as you can see they get progressively smaller to indicate major topics, sub-topics, etc.
To add paragraphs and headings, click in the Document Window and type the paragraph text. Press enter at the end of each paragraph. For any text that you want to turn into a heading, right click on the paragraph you want to format and select the

See also Aligning Paragraphs and Headings.
Dreamweaver Tutorial: Format a Heading
To format a heading, place the cursor in the paragraph containing the heading and do the same.

See these related Dreamweaver Tutorials:
All other Guides and Tutorials
This Audacity tutorial will show you how to use the basic tools and procedures in the open source audio editing program, Audacity. Not just screen shots, but free narrated multimedia tutorials - You'll learn to use Audacity for recording and editing audio files that can be used for podcasting, mixing music and vocals, creating sound tracks, and other audio projects.
Audacity tips and tricks submitted by users
An Introduction to Advance Organizers including presentations, examples, and downloadable handouts.
Digital Photography Guide
Dreamweaver Tutorial - this series of free Dreamweaver tutorials is just what you need to get up and running with Dreamweaver to create interesting and compelling web sites
This Excel 2003 Tutorial will introduce you to the basics of using the Excel 2003 spreadsheet program. You'll learn to create a spreadsheet, basic Excel workbook skills, work with cells, enter and manipulate data, apply formulas, format data, create and work with charts, and manage Excel workbooks.
This Podcasting tutorial includes a step by step guide that will show you how to record, publish and promote your podcast. Using inexpensive equipment and free software, you'll be publishing podcasts in no time.
This PowerPoint tutorial is just what you need to learn how to use PowerPoint 2003 to create effective and engaging presentations.
Free PowerPoint templates that you can download and use today. This is a growing library of free resources for PowerPoint users.
Non-linear Powerpoint tutorial will show you how to use advanced drawing tools and linking features in PowerPoint to create non-linear powerpoint presentations. Includes narrated presentations, and Flash tutorials on planning, user interface, design, and presentation development.
This LCD Projector Guide will assist you in the use and purchase of a digital LCD projector or DLP projector. It will discuss the differences between LCD and DLP projectors, size and portability considerations, lamp types and brightness, resolution, image quality and other considerations in the use and purchase of a digital projector.
This Introduction to RSS Tutorial will help you to understand how RSS feeds work to distribute web content, pages, blogs, podcasts. It will show you how to create and validate your RSS feed. It includes sample XML code that you can modify for your own feed.
Free Technology Tutorials on software and technology applications including PowerPoint tutorials, Podcasting tutorials, Dreamweaver tutorials, Audacity, Non-Linear PowerPoint, Digital Photography, RSS tutorial, and everything educational technology.
Free guides and tutorials on podcasting, digital video and audio, Audacity, RSS, multimedia development, educational technology, technology integration, K12 Technology, PowerPoint.
This Word tutorial is just what you need to learn how to use Word 2003 to create professional looking documents.

Guides and Tutorials - Free Technology Guides and Tutorials
© 2006 GuidesandTutorials.com - All Rights Reserved
















