HTML Tag List

Here is a list of commonly used HTML tags:

1. `<html>`: Represents the root element of an HTML document.

2. `<head>`: Contains meta-information about the HTML document, such as the title, stylesheets, and scripts.

3. `<title>`: Defines the title of the HTML document, which is displayed in the browser's title bar or tab.

4. `<body>`: Contains the visible content of the HTML document, including text, images, links, and other elements.

5. `<h1>` to `<h6>`: Headings of different levels, with `<h1>` being the highest and `<h6>` being the lowest.

6. `<p>`: Represents a paragraph of text.

7. `<a>`: Defines a hyperlink and creates a clickable link to another webpage or resource.

8. `<img>`: Inserts an image into the HTML document.

9. `<ul>`: Represents an unordered list, typically displayed as a bulleted list.

10. `<ol>`: Represents an ordered list, typically displayed as a numbered list.

11. `<li>`: Defines an item in a list, used within `<ul>` or `<ol>`.

12. `<div>`: Defines a division or a section in the HTML document, often used for grouping and styling purposes.

13. `<span>`: Defines an inline container for a small section of HTML content, often used for styling or scripting purposes.

14. `<table>`: Defines a table to organize data into rows and columns.

15. `<tr>`: Represents a table row.

16. `<td>`: Represents a table cell within a row.

17. `<th>`: Represents a header cell in a table.

18. `<form>`: Defines a form for user input, often used to collect user information or perform actions.

19. `<input>`: Creates an input field within a form, such as text fields, checkboxes, radio buttons, etc.

20. `<button>`: Defines a clickable button.

21. `<label>`: Represents a label for an input field, used to provide a description or instruction.

22. `<textarea>`: Creates a multiline text input field.

23. `<select>`: Creates a dropdown list or a list box for selecting options.

24. `<option>`: Defines an option within a `<select>` element.

25. `<iframe>`: Inserts an inline frame, used to embed another HTML document within the current document.

26. `<video>`: Embeds a video into the HTML document.

27. `<audio>`: Embeds an audio file into the HTML document.

28. `<header>`: Represents the introductory content or a container for a group of introductory content.

29. `<footer>`: Represents the footer of a document or a section.

30. `<nav>`: Defines a navigation section within the HTML document.


This is not an exhaustive list, but it covers many of the commonly used HTML tags. Each tag serves a specific purpose and can be customized using various attributes to achieve the desired presentation and functionality on a webpage.



About the Author



Silan Software is one of the India's leading provider of offline & online training for Java, Python, AI (Machine Learning, Deep Learning), Data Science, Software Development & many more emerging Technologies.

We provide Academic Training || Industrial Training || Corporate Training || Internship || Java || Python || AI using Python || Data Science etc





 PreviousNext