Sponsored Links


Results 1 to 6 of 6

Thread: HTML Introduction

  1. #1
    Junior Member allahwahid's Avatar
    Join Date
    Apr 2011
    Posts
    18

    18 HTML Introduction

    Sponsored Links1


    What is HTML?

    HTML is a language for describing web pages.

    1. HTML stands for Hyper Text Markup Language
    2. HTML is not a programming language, it is a markup language
    3. A markup language is a set of markup tags
    4. HTML uses markup tags to describe web pages


    HTML Documents = Web Pages

    • HTML documents describe web pages
    • HTML documents contain HTML tags and plain text
    • HTML documents are also called web pages

    The purpose of a web browser (like Internet Explorer or Firefox) is to read HTML documents and display them as web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page:
    HTML Code:
    <html>
    <body>
    
    <h1>First Heading HERE</h1>
    
    <p>first paragraph HERE.</p>
    
    </body>
    </html>
    Example Explained

    1. The text between <html> and </html> describes the web page
    2. The text between <body> and </body> is the visible page content
    3. The text between <h1> and </h1> is displayed as a heading
    4. The text between <p> and </p> is displayed as a paragraph


    HTML Tags

    HTML markup tags are usually called HTML tags

    • HTML tags are keywords surrounded by angle brackets like <html>
    • HTML tags normally come in pairs like <b> and </b>
    • The first tag in a pair is the start tag, the second tag is the end tag
    • Start and end tags are also called opening tags and closing tags

  2. #2
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    nice sharing

  3. #3
    Junior Member allahwahid's Avatar
    Join Date
    Apr 2011
    Posts
    18
    thanks i will share more day by day

  4. #4
    Senior Member sanam's Avatar
    Join Date
    May 2010
    Location
    sky
    Posts
    217
    seems to be copied paste material
    [COLOR="Red"][B]Allah Help those Who help them Selves[/B][/COLOR]:smileys44:

  5. #5
    Junior Member
    Join Date
    Mar 2013
    Posts
    1
    nice sharing....................................

  6. #6
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    welcome........

    Sponsored Links

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. basic introduction to HTML 2012
    By Vuhelper in forum HTML & Css
    Replies: 0
    Last Post: 03-08-2012, 05:37 PM
  2. HTML Elements
    By allahwahid in forum HTML & Css
    Replies: 6
    Last Post: 10-04-2011, 07:16 PM
  3. div tag is used in html 2011
    By Vuhelper in forum HTML & Css
    Replies: 0
    Last Post: 05-27-2011, 03:29 AM
  4. HTML <img> Tag for html users 2011
    By Xpert in forum HTML & Css
    Replies: 0
    Last Post: 04-27-2011, 11:54 PM
  5. HTML and CSS working
    By Xpert in forum HTML & Css
    Replies: 0
    Last Post: 10-05-2010, 09:17 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft