HTML Tag List

HTML Tag List

Hello Developers check which tag in unknown to you ??

<!DOCTYPE>: Defines the document type and version of HTML being used.

<html>: The root element that contains all other HTML elements.

<head>: Contains metadata about the document, such as the title, character set, and linked stylesheets.

<title>: Sets the title of the web page, which appears in the browser's title bar or tab.

<meta>: Provides metadata about the document, including character encoding and viewport settings.

<link>: Used to link external resources like stylesheets and icons.

<style>: Defines inline CSS styles for the document.

<script>: Embeds JavaScript code or references an external script.

<body>: Contains the visible content of the web page, such as text, images, and multimedia.

<h1>, <h2>, <h3>, <h4>, <h5>, <h6>: Define headings of various levels, with <h1> being the highest and <h6> the lowest.

<p>: Represents a paragraph of text.

<br>: Inserts a line break within text content.

<hr>: Creates a horizontal rule or thematic break.

<a>: Defines hyperlinks to other web pages or resources.

<img>: Embeds an image in the document.

<ul>: Creates an unordered (bulleted) list.

<ol>: Creates an ordered (numbered) list.

<li>: Defines list items within <ul> or <ol>.

<dl>: Defines a description list.

<dt>: Represents a term or name in a description list.

<dd>: Contains the description or definition of the term in a description list.

<table>: Creates a table.

<tr>: Defines a table row.

<th>: Represents a table header cell.

<td>: Defines a table data cell.

<colspan>: Specifies the number of columns a table cell should span.

<colgroup>: Groups a set of columns in a table for styling and other attributes.

<caption>: Provides a title or description for a table.

<form>: Defines an HTML form for user input.

<Represents an input field within a form.

<label>: Defines a label for an <input> element.

<button>: Creates a clickable button within a form.

<textarea>: Defines a multi-line text input field.

<select>: Represents a dropdown list.

<option>: Defines an option within a <select> element.

<fieldset>: Groups related form elements together.

<legend>: Provides a caption for a <fieldset> element.

<div>: A block-level container for grouping and styling content.

<span>: An inline container for applying styles or scripting to a specific portion of text.

<iframe>: Embeds an inline frame for displaying external web content.

These are some of the most common HTML tags, and there are many more available for various purposes. HTML tags, when combined and structured correctly, allow you to create well-organized and visually appealing web pages.

?? #html5_Tags


要查看或添加评论,请登录

Md. Rakibul Islam的更多文章

社区洞察

其他会员也浏览了