Page 1 of 4 1234 LastLast
Results 1 to 15 of 56

Thread: What is a HTML?

  1. #1
    sweet gal is offline Freshman
    Join Date
    Jan 2011
    Posts
    39
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default What is a HTML?

    HTML or HypertText Markup Language provides a more structured document by using structural semantics for headings, paragraphs and others. How do they do it? Thanks.
    Building a forum community is never easy, that is why we are here to help ! ! !
    www. webcontentavenue.com

  2. The Following User Says Thank You to sweet gal For This Useful Post:

    prabhjotsingh (09-13-2011)

  3. #2
    joe12joe's Avatar
    joe12joe is offline Sophomore
    Join Date
    Jan 2011
    Location
    London
    Posts
    62
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    HTML provides more structural documents as you can create headings by using these tags: <H1> </H1> Same goes for H2 and H3 headings. Similarly , you can create paraghraps by using <P> </P> or by giving a line break between the lines <BR> </BR> .

    In the same way, you can do HTML Formatting ,Styles, Links ,Images ,Tables ,Lists ,Forms, Frames, Colors and alot more.

  4. The Following User Says Thank You to joe12joe For This Useful Post:

    prabhjotsingh (09-13-2011)

  5. #3
    jaikanth123 is offline Junior
    Join Date
    Feb 2010
    Location
    bangalore
    Posts
    247
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Feedback Score
    0

    Default

    HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting; and quite powerful in what it allows you to create.

    The definition of HTML is HyperText Markup Language.

    • HyperText is the method by which you move around on the web — by clicking on special text called hyperlinks which bring you to the next page. The fact that it ishyper just means it is not linear — i.e. you can go to any place on the Internet whenever you want by clicking on links — there is no set order to do things in.
    • Markup is what HTML tags do to the text inside them. They mark it as a certain type of text (italicised text, for example).
    • HTML is a Language, as it has code-words and syntax like any other language.

  6. The Following User Says Thank You to jaikanth123 For This Useful Post:

    prabhjotsingh (09-13-2011)

  7. #4
    alexasmither is offline Freshman
    Join Date
    Jan 2011
    Posts
    20
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    According to my opinion-HTML is webdesigning language..it have all code of h1,h2 tags , bold,italic..like that

  8. The Following User Says Thank You to alexasmither For This Useful Post:

    prabhjotsingh (09-13-2011)

  9. #5
    spinx is online now Junior
    Join Date
    Aug 2008
    Location
    USA
    Posts
    164
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Feedback Score
    0

    Default

    I advice you that go to w3schools.com and learn HTML, you will know how it works. It’s a very vast term so that one can not describe it here in some words.

  10. #6
    ahmadferi's Avatar
    ahmadferi is offline Sophomore
    Join Date
    Dec 2010
    Location
    Tangerang
    Posts
    99
    Thanks
    0
    Thanked 3 Times in 3 Posts
    Feedback Score
    0

    Default

    HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. A markup language is a set of markup tags, and HTML uses markup tags to describe web pages.
    HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like <html>), within the web page content. HTML tags normally come in pairs like <h1> and </h1>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags).
    The purpose of a web browser is to read HTML documents and compose them into visual or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
    HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages.
    Web browsers can also refer to Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both the HTML and the CSS standards, encourages the use of CSS over explicitly presentational HTML markup

  11. The Following User Says Thank You to ahmadferi For This Useful Post:

    prabhjotsingh (09-13-2011)

  12. #7
    ahmadferi's Avatar
    ahmadferi is offline Sophomore
    Join Date
    Dec 2010
    Location
    Tangerang
    Posts
    99
    Thanks
    0
    Thanked 3 Times in 3 Posts
    Feedback Score
    0

    Default

    Quote Originally Posted by ahmadferi View Post
    HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. A markup language is a set of markup tags, and HTML uses markup tags to describe web pages.
    HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like <html>), within the web page content. HTML tags normally come in pairs like <h1> and </h1>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags).
    The purpose of a web browser is to read HTML documents and compose them into visual or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
    HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages.
    Web browsers can also refer to Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both the HTML and the CSS standards, encourages the use of CSS over explicitly presentational HTML markup
    I quote from wikipedia

  13. The Following User Says Thank You to ahmadferi For This Useful Post:

    prabhjotsingh (09-13-2011)

  14. #8
    CIPL is offline Junior
    Join Date
    Dec 2010
    Posts
    255
    Thanks
    8
    Thanked 7 Times in 7 Posts
    Feedback Score
    0

    Default

    Hello,

    HTML (Hyper Text Markup Language) is an application of the Standard Generalized Markup Language, which is the International Standard for text markup. The principle is that text markup concentrates on Structure rather than appearance, making the files more reuseable and leaving the visual details to the end-user software.

    I hope you got your answer. If you any other question then please let me know on this forum, i will be happy to give you answer as per my knowledge.

  15. #9
    juliaandrews is offline Senior
    Join Date
    Feb 2011
    Posts
    889
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    HTML stands for Hyper Text Markup Language. I think a markup language is a set of markup tags. And you can create your own Web site with the help of HTML

    Thanks


  16. The Following User Says Thank You to juliaandrews For This Useful Post:

    prabhjotsingh (09-13-2011)

  17. #10
    allanswagger is offline Sophomore
    Join Date
    Sep 2010
    Location
    U.S.A
    Posts
    107
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Feedback Score
    0

    Cool what is HTML?

    Hello Friends,

    HTML (Hypertext Markup Language) is the set of markup symbols or codes inserted in a file intended for display on a World Wide Web browser page. The markup tells the Web browser how to display a Web page's words and images for the user. Each individual markup code is referred to as an element (but many people also refer to it as a tag). Some elements come in pairs that indicate when some display effect is to begin and when it is to end.

    Thanks

  18. The Following User Says Thank You to allanswagger For This Useful Post:

    prabhjotsingh (09-13-2011)

  19. #11
    tirupati is offline Freshman
    Join Date
    Feb 2011
    Posts
    24
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    HTML stands for hyper text markup language

  20. The Following User Says Thank You to tirupati For This Useful Post:

    prabhjotsingh (09-13-2011)

  21. #12
    Alishabc is offline Sophomore
    Join Date
    Feb 2011
    Posts
    83
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    HTML stands for hyper text markup language.It consists of set of tags by which we can design of web page.

  22. #13
    prptl709 is offline Sophomore
    Join Date
    Feb 2011
    Posts
    67
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Post Hi

    Yes but It's very short description about the html.

  23. #14
    denniscrrom is offline Freshman
    Join Date
    Mar 2011
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    HTML stands for HyperText Markup Language. In a nutshell html is the code behind the majority of websites. It is the standard rendering language that is used by every browser. The standardization is constantly evolving under the direction of the W3C whose job it is to maintain it. Variations are also used in forums, blogs and other websites.

  24. #15
    jacobatwood is offline Sophomore
    Join Date
    Mar 2011
    Posts
    90
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    HTML is a Computer language to create web documents, provides instructions that tell the browser how to display the web pages.

    We can say HTML is the "mother tongue" of your browser.

  25. The Following User Says Thank You to jacobatwood For This Useful Post:

    prabhjotsingh (09-13-2011)

Page 1 of 4 1234 LastLast

Similar Threads

  1. HTML vs PHP?
    By 2fk in forum Search Engine Optimization
    Replies: 29
    Last Post: 02-20-2009, 01:46 AM
  2. Html
    By Martina in forum HTML / DHTML
    Replies: 12
    Last Post: 02-09-2009, 03:35 PM
  3. Html
    By abdullah5 in forum Web Development - Programming & Coding
    Replies: 2
    Last Post: 07-14-2008, 01:35 AM
  4. Html
    By muazra in forum Graphics Design & Web Design
    Replies: 3
    Last Post: 07-12-2008, 08:16 AM
  5. help me in html
    By mrfriend27 in forum Web Development - Programming & Coding
    Replies: 9
    Last Post: 07-08-2008, 10:10 PM

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
  •  
Partners: BOSTON WEB DEVELOPER, LLC   |   WEBCOSMO CLASSIFIEDS