What are the tags in html?

下次还敢
Release: 2024-04-05 04:42:16
Original
945 people have browsed it

HTML tags are code elements that define the structure and content of web pages. Common types include structure tags (html, head, body), text tags (title, paragraph, bold, italics, hyperlinks), list tags ( Unordered list, ordered list), table tags (table, header, table body, table rows, table data), image tags (images), form tags (forms, input fields, drop-down lists, buttons) and other commonly used tags (Block elements, inline elements, metadata information, web page titles).

What are the tags in html?

HTML tag overview

What are HTML tags?

HTML tags are code elements used to define the structure and content of a web page.

Commonly used HTML tags

Structural tags

  • ##Define web pages The root element
  • contains the page title and metadata
  • contains the visual content of the page

Text tag

    ##

  • to
    Define title
  • Define paragraphs
  • andDefine bold text
  • andDefine italic text
  • Define hyperlinks
List tags

##
      and
      1. define unordered lists and ordered lists
      2. Define list items
      3. Table label

    # ;< p> Define the table
    >

    • Define the table header

    • Define the table body
    • Define table rows
    • Define table data
    • Image tag
    • Define image
      • Form tag

      < ;form>

      Define the form
      • Define the input field