DEV Community

Cover image for HTML Ultimate guide for beginners
Mohammad Adil Rasheed
Mohammad Adil Rasheed

Posted on • Updated on

HTML Ultimate guide for beginners

1.HTML Doctype Tag
This HTML tag is used to define the document type.
<!DOCTYPE html>
2.HTML Anchor Tag
The anchor tag is used to create hyperlinks.

3. HTML Address Tag **
This tag is used to define the contact information for the author or owner of a document.
**4.HTML Article Tag

This HTML tags represents an independent, and self-contained piece of content within a document.

5. HTML Aside Tag
This tag is used to define the content that is tangentially related to the main content.

6. HTML Audio Tag
The audio tag is used to play audio files on a web page.

7. HTML Bold Tag
This HTML tag is used to render the tax in bold.

8. HTML BlockQuote Tag
This tag indicates a section of quoted content from another source.

9. HTML Body Tag
The body tag contains the main content of an HTML document.


10. HTML Button Tag
The HTML Button tag is used to represent a clickable button.

11. HTML Break Tag
This HTML tag is used for a line-break and to create a new line without creating any new paragraph.


12. HTML Canvas Tag
In HTML the tag is used for drawing surface for dynamic graphics and animations.

13. HTML Code Tag
The tag is used to define a piece of computer code in the HTML document.

14. HTML Datalist Tag
This HTML tag is used to define a set of predefined options for an element.

15. HTML Details Tag
The HTML tag creates a disclosure widget which is used to show or hid the additional content on the web page.

16. HTML Dialog Tag
The tag is used to represent a dialog box or a modal window.

17. HTML Div Tag
This HTML tag is used to define a division or section within an HTML document.

18. HTML Em Tag
The HTML tag is used to render the text in italics, indicating emphasis.

19. HTML Fieldset Tag
The HTML tag groups related form elements together and provide a visual representation.

20. HTML Figcaption Tag
This HTML tag is used to represent a caption or legend for an element.
21. HTML Figure Tag
It is a self-contained content, such as images, diagrams, or code snippets.

22. HTML Footer Tag
The HTML tag is used to define the footer section of a document or a section in the webpage.

23. HTML Form Tag
It is used to create a form for gathering user input and submit on the server.

24. HTML h1 to h6 Tag
These HTML tags are used to define different levels of heading on the webpage, where h1 is the highest and h6 is the lowest heading in HTML.

25. HTML Head Tag
It contains meta-information about the HTML document, such as the title and link to external stylesheets and more..


26. HTML Header Tag
This HTML tag is used to represent the introductory content or a container for the header of a document or a section.

27. HTML Tag
This tag represents the root element of an HTML document. Here is the syntax to define it:

28. HTML I Tag
The tag is used to render the text in italics.

29. HTML iframe Tag
The HTML tag is used to embed an external web page or document within the current HTML document.

30. HTML Image Tag
This HTML tag is used to insert an image into the web page.

Top comments (0)