Results 1 to 9 of 9
  1. #1

  2. #2
    Senior Member
    Join Date
    Nov 2018
    Posts
    1,348
    Hypertext Markup Language (HTML) is the most common language used to create documents on the World Wide Web. HTML uses hundreds of different tags to define a layout for web pages. Most tags require an opening <tag> and a closing </tag>. support@yourcompany.com</a>.

  3. #3
    Registered User
    Join Date
    Jun 2020
    Posts
    77
    Here's an example I pulled from W3schools, which I recommend looking at if you want to learn HTML or know more about it:

    <!DOCTYPE html>
    <html>
    <head>
    <title>Page Title</title>
    </head>
    <body>

    <h1>This is a Heading</h1>
    <p>This is a paragraph.</p>

    </body>
    </html>

  4. #4
    Senior Member
    Join Date
    Nov 2018
    Posts
    1,853
    "Hypertext" refers to the hyperlinks that an HTML page may contain. "Markup language" refers to the way tags are used to define the page layout and elements within the page. Below is an example of HTML used to define a basic webpage with a title and a single paragraph of text.

  5. #5
    Senior Member
    Join Date
    Aug 2020
    Posts
    1,517
    HTML is a Language, as it has code-words and syntax like any other language.
    Example:
    <html>
    <head>
    <title>Href Attribute Example</title>
    </head>
    <body>
    <h1>Href Attribute Example</h1>
    <p>
    <a href="https://www.freecodecamp.org/contribute/">The freeCodeCamp Contribution Page</a> shows you how and where you can contribute to freeCodeCamp's community and growth.
    </p>
    </h1>
    </body>
    </html>

  6. #6
    Registered User
    Join Date
    Apr 2019
    Posts
    83
    First html document is start with <!doctype>.
    There is 4 to 5 basic tags are <html>, <head>, <body>, <div>, <br /> etc.

    <!doctype>
    <html>
    <head>
    <link/>
    <title></title>
    </head>
    <body>
    <p>in body tag there is logic or what you want to display that comes here.
    </body>
    </html>

    There is a link tag in header tag to include external css and in header tag you can add your script.

    Hope it helps.

    Thanks!

  7. #7
    Registered User
    Join Date
    Nov 2019
    Location
    INDIA
    Posts
    34
    Quote Originally Posted by pooja escorts View Post
    What is HTML example?
    Using HTML you can make simple static web pages for a website.
    TuxAndrew
    Linux - RedHat,cPANEL CentOS,Ubuntu,Azure/AWS Administrator,
    Assistance, Analysis and Diagnosis. Skype: tuxandrew
    tuxandrew@aol.com

  8. #8
    Registered User
    Join Date
    Jan 2020
    Location
    USA
    Posts
    409
    Html is world's simplest language because it's the base of programming.

  9. #9
    Senior Member
    Join Date
    Nov 2018
    Posts
    1,853
    HTML stands for Hypertext Markup Language. It allows the user to create and structure sections, paragraphs, headings, links, and blockquotes for web pages and applications. ... For example, we can create a paragraph by placing the enclosed text within a starting <p> and closing </p> tag.

Posting Permissions

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

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.