iTech College - Internet Technology, Online Education, E-Learning, Technician Training, Tech Tutorials, Distance Education, Virtual Learning HTML Course: Character, Paragraph and Position - www.itechcollege.com HTML Course: Character, Paragraph and Position - www.itechcollege.com
Online Degrees Scholarships & Fellowships Internships Student Financial Aid Study Abroad Itech Bookstore
Free Courses
HTML
JavaScript
CSS
ASP
PHP
JSP
ASP.NET
SQL
AJAX
FTP
XML
Career Center
Job List
Web Jobs
Student Jobs
Computer Jobs
Engineer Jobs
Developer Jobs
Job Search
Resume Writing
Job Interview
Salary Info


itech > courses > HTML > Character, Paragraph and Position

Character, Paragraph and Position

<H#></H#>

There are six levels of headings, numbered 1 through 6. These tags are used for the characters in the outlines. The biggest heading is <H1> and smallest one is <H6>:

<H1>Biggest text</H1>
......

<H6>smallest text</H6>

<P></P>

Paragraph tags (<P> opening tag and </P> closing tag) allow you to place a paragraph. For example:

<p>Basic Information</p>

The </P> closing tag may be omitted.

ALIGN

The defaulted position is left justification. You can also use "ALIGN" for justification: 

<p ALIGN="center"> Paragraph will be centered</p> 
<p ALIGN="left"> Paragraph will be left justified</p>
<p ALIGN="right">Paragraph will be right justified</p> 

<CENTER></CENTER>

This kind of tags have capability of allowing you to center the text on the homepage.

<center><p> Paragraph will be centered</p></center>

<BR>

This tag break whatever to be on the next line. The following is an example:

<p>Welcome To<br> My Homepage!</p>

<HR>

This tag adds a horizontal line or divider to your web site. An <HR> tag makes the following divider:


The <hr> tag can be set as:

<hr width="450" align="right" size="5">

&nbsp;

You can add spaces in your text by using &nbsp;.

<BLOCKQUOTE></BLOCKQUOTE>

You can use this tag to format or remove a text by movinging both the left and right sides of the paragraph.

<BLOCKQUOTE>
<H1>Welcome To John's Homepage!</H1>
<p>Content</p>
<p>Basic Information</p>
</BLOCKQUOTE>

<PRE></PRE>

Preformatted the text of the paragraph to exactly display what you typed in the Web browser. For example:

     <pre>
     Item     Price     quantity
    -----------------------------
      A       34.99        23
      B       25.95        13
    -----------------------------
     </pre>

Comments

The comment tag looks like this:

<!-- Comments -->

Nothing inside the comment tags will show up when your page is viewed.

  Back to Index Page
Next Page >>   Basic Tags
Character Paragraph and Position
Character Style
Lists
Links
Image
Color
Table
Form
Frame
 

HTML Books
HTML Jobs



Bookmark:  del.icio.us digg facebook Reddit Mixx BlinkList Fark Furl NewsVine Simpy Spurl Segnalo Technorati blogmarks Google YahooMyWeb Windows Live



HTML Course: Character, Paragraph and Position - www.itechcollege.com
Copyright ©2008, itechcollege.com. All rights reserved
iTechCollege | About iTech | Contact iTech