Results 1 to 1 of 1

Thread: HTML headings

  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default HTML headings

    Code:
    <html>
    <body>
    
    <h1>This is heading 1</h1>
    <h2>This is heading 2</h2>
    <h3>This is heading 3</h3>
    <h4>This is heading 4</h4>
    <h5>This is heading 5</h5>
    <h6>This is heading 6</h6>
    
    </body>
    </html>

    Example Page

    http://learnhtml.bizhat.com/example_006.html

    Source Code

    http://learnhtml.bizhat.com/example_006.html.txt
    Last edited by sherlyk; 04-12-2014 at 03:48 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •