Results 1 to 12 of 12

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member
    Join Date
    Aug 2017
    Location
    India
    Posts
    128

    Explain the difference between html and tags?

    Explain the difference between html and tags?

  2. #2
    Registered User 24x7servermanag's Avatar
    Join Date
    Jul 2017
    Location
    India
    Posts
    1,020
    Bascially HTML is the language in which tags are used. There are opening and closing tags to define the various attributes in HTML.
    Server Management Company
    India's Leading Managed Service Provider | Skype: techs24x7
    Cpanel Technical Discussions - Lets talk !

  3. #3
    Junior Member
    Join Date
    Aug 2017
    Posts
    11
    Definition and Usage. The <html> tag tells the browser that this is an HTML document. The <html> tag represents the root of an HTML document. The <html> tag is the container for all other HTML elements.

  4. #4
    Senior Member
    Join Date
    Sep 2017
    Posts
    227
    An element in HTML represents some kind of structure or semantics and generally consists of a start tag, content, and an end tag. The following is a paragraph element:

    <p>
    This is the content of the paragraph element.


    Tags are used to mark up the start and end of an HTML element.

    A start tag consists of an opening angle bracket (<) followed by the element name, zero or more space separated attribute/value pairs, and a closing angle bracket (>).

    A start tag with no attributes:

    <p>

  5. #5
    Registered User
    Join Date
    Oct 2017
    Posts
    36
    HTML is the web language in which tags are used. HTML language is opening and closing tags to define the various attributes.

    Umang Pharma

  6. #6
    Registered User
    Join Date
    Sep 2017
    Location
    ghaziabad
    Posts
    280
    A tag is a part of an HTML element, or rather, an element is the sum of a start-tag, optional content and optional end-tag.HTML tag is just opening or closing entity on the other hand the an opening tag and closing tag is call an element

  7. #7
    Registered User
    Join Date
    Apr 2019
    Posts
    83
    Html is a tag and a language also.

    By technically, Html is a collection of start tag, end tag and attributes and whatever inside the <html> tags.

    And <html> tag is used to mark the start and end of an element.

    Html is not the case sensitive but the most attributes are case sensitive.

    Element can be placed into two distinct groups which is block level and inline level.

    Most commonly used Block level elements are : <div>,<p>,<h1>to<h6>,<form>,<ol>,<ul>,<li>.

    And Inline level elements are : <img>,<b>,<a>,<span>,<button>, etc. You can't place block level elements in inline block.

    It won't create an error but it doesn't look good.

    Hope you understand it.

    Thanks!

  8. #8
    Senior Member
    Join Date
    Nov 2018
    Posts
    1,853
    HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content.

  9. #9

  10. #10
    Registered User
    Join Date
    Jan 2021
    Location
    Bangalore
    Posts
    761
    HTML tag is just opening or closing entity. Tags are labels you use to mark up the begining and end of an element.

  11. #11
    Senior Member
    Join Date
    Nov 2018
    Posts
    1,853
    HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content.

  12. #12
    Senior Member
    Join Date
    Aug 2020
    Posts
    1,517
    A tag is a part of an HTML element, or rather, an element is the sum of a start-tag, optional content and optional end-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.