DEV Community

Suresh Ayyanna
Suresh Ayyanna

Posted on

4 3 1 1 1

HTML tagnames

Tag Name Specification

<ul>     ----> Defines an unordered list of items.
<tr>     ----> Defines a row of cells in a table.
<title>  ----> Represents title to an HTML document.
<th>     ----> Used for creates header of a group of cell in HTML table.
<table>  ---->  Used to defines a table in an HTML document.
<tbody>  ---->  Used for grouping table rows.
<td>     ---->  Used for creates standard data cell in HTML table.
<span>   ---->  Used to grouping and applying styles to inline elements.
Enter fullscreen mode Exit fullscreen mode

Important Tagname and their Description

<section>  ---->   Used to divide a document into number of different generic section.
<select>  ---->  Used to create a drop-down list.
<menu>    ---->  Used to display a unordered list of items/menu of commands.
<li>     ---->Define a list item either ordered or unordered list.
<iframe> ---->  Defines a inline frame that embedded external content into current web document.
<img>    ---->  Used to insert image into a web document.
<input>  ---->  Define a get information in selected input
<div>    ---->  Define a division part
<body>   ---->  Defines a main section(body)part in HTML document
<br />   ---->  Specific a single line break
<button> ---->  Specifies a press/push button
<a>      ---->  Specific a anchor (Hyperlink)
Enter fullscreen mode Exit fullscreen mode

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

Top comments (0)

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay