Open links in new tab
    • An HTML element (or tag) is an individual component of an HTML document. Here below is a full list of HTML elements listed by category. Basic HTML Elements Metadata… See more

    HTML5

    Speciတဠes an html document. The HTML <html> element (or HTML root element) represents … See more

    HTML.com
    BASE TAG

    Speciတဠes URL which non-absolute URLs are relative to. The HTML <base> element speciတဠes the base URL to use for all relative URLs contained within a document. There can b… See more

    HTML.com
    HEAD TAG

    First element of the HTML document. Collection of metadata for the Document. The HTML <head> element provides general information (metadata) about the document, i… See more

    HTML.com
    Code example

    <html> <head> <title>Document title</title> </head> </html> See more

    HTML.com
    LINK TAG

    Other resources related to the document. The HTML <link> element speciတဠes relationships between the current document and an external resource. Possible us… See more

    HTML.com
    META TAG

    Document metadata that can't be expressed with other elements. The HTML <meta> element represents any metadata information that cannot be represented by one of the ot… See more

    HTML.com
    Feedback
     
  1.  
  2.