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
Great! Thank you for the info.
1 Like
I am very grateful! Thank you for this
1 Like
Thank you very much! This is very helpful
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
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