HTML

Structural Tags

Text Formatting Tags

Lists

Tables

Forms

Miscellaneous

Remember to close tags properly and use them according to their semantic meaning.

Less Known But Useful Tags

HTML Tags for Media Rendering

Here are some HTML tags useful for rendering images, videos, and audio:

Images

Video

Audio

Remember to provide appropriate attributes like src for specifying the media file, alt for alternative text (for images), and controls for allowing user interaction (for videos and audios).