html tags 

html tags contain three main parts: opening tag, content and closing tag. But some HTML tags are unclosed tags.

When a web browser reads an HTML document, browser reads it from top to bottom and left to right.Each HTML tags have different properties.


html tags



Syntax:

<tag> content </tag>

HTML Tag Examples:

Note: HTML Tags are always written in lowercase letters. The basic HTML tags are given below:

<p>paragraph tag</p>

<h2>heading tag </h2>

<b>bold tag</b>

<u>underline tag</u>

<i>italic tag</u>

Unclosed HTML Tags:

Some HTML tags are not closed, for example br and hr.

<br> Tag: br stands for break line, it breaks the line of the code.

<hr> Tag: hr stands for Horizontal Rule. This tag is used to put a line across the webpage.

HTML Text Tags:

<p>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <strong>, <abbr>, <acronym>, <address>, <bdo>, <blockquote>, <cite>, <q>, <code>, <ins>, <del>, <dfn>, <kbd>, <pre>, <samp>, <var> and <br>

HTML Link Tags:

<a> and <base>

HTML Image and Object Tags:

<img>, <area>, <map>, <param> and <object>

HTML List Tags:

<ul>, <ol>, <li>, <dl>, <dt> and <dd>

HTML Table Tags:

table, tr, td, th, tbody, thead, col, colgroup and caption

HTML Form Tags:

form, input, textarea, select, option, optgroup, button, label, fieldset.

HTML Scripting Tags:

script and noscript

if you want to know about where to place these tags or its structure then you can go to https://webdesigningtutoriall.blogspot.com/2018/10/structure-of-html.html

html tags
html tags
html tags
html tags
html tags
html tags
html tags
html tags
html tags
html tags
html tags
html tags
html tags
html tags
html tags
html tags
html tags