What other types of HTML elements are there?

Question

What other types of HTML elements are there, and what content can they have?

Answer

There are many different kinds of HTML elements, which can contain different types of content.

Elements typically contain text, but you can also create elements that hold tabular data, using the <table> element.

You can also create forms using the <form> element, to create input fields that users must fill out and submit. You can even create buttons using the <button> tag that users click to submit these forms.

HTML elements can also contain multimedia such as images, videos, or audio, using the <img>, <video>, and <audio> tags respectively.

10 Likes

More on tags

If you want to study and reference all the tags in HTML5, then follow the link below:
65 Likes

Thank you very much! :slight_smile:

1 Like

Great! Thank you for the info.

1 Like

thank you for this. :slight_smile:

1 Like

This is great! Thank you :pray:t5:

1 Like

I am very grateful! Thank you for this :raised_hands:t5:

1 Like

Thank you very much! This is very helpful :slight_smile:

Great resource to have as a quick reference. Thank you!

Elements that are self-closing tags

They’re also HTML elements, but in this case, the part of introducing it content inside the opening and closing tags doesn’t exist, these are known as “Self-closing tags”, here’s an example

* <img src="image.jpg" alt="description" />

1 Like

great! thank you for the information

wow. Thanks for this

This is awesome, thanks for the information and the link

,

I guess to answer the question lists would be one to mention

Thank you so much oga sir for this information

I appreciate you sir