del TAG OF HTML
<del></del> It is also an HTML tag. This <del> HTML tag defines a text that has been delated from adocument. Browsers...
<del></del> It is also an HTML tag. This <del> HTML tag defines a text that has been delated from adocument. Browsers...
<code></code> It is also an HTML tag. <code> tag defines a piece of computer code. <code> tag is a phrase tag....
<cite></cite> It is also an HTML tag. <cite> tag is used to define the title of a work. It does not define a pers...
<blockquote></blockquote> It is also an HTML tag. <blockquote> defines a section that is quoted from another source. ...
<bdi></bdi> <bdi> is also an HTML tag. This tag is new in HTML5. bdi means Bi-Directional Isolation. This <bdi...
<head></head> AND <hr> <head></head> This tag is an HTML tag. With this tag, we can make a heading of a...
<!DOCYPE> AND <html> <!DOCTYPE>: <!DCTYPE> declaration is a must before <html> tag. This <!DOCTYPE...
<address></address> This is an HTML tag too. We use this tag for giving any address. It is not an empty tag. Like other ...
<abbr></abbr> It is an HTML tag. abbr means abbreviation. We use this tag for abbreviations and to explain them. Those a...
<i></i> This <i> tag is not an emptu HTML tag. It contains elements. We use this <i> tag for making a text i...
<!--...--> This is also an HTML tag. But maybe especially it uses in javascript. We use this tag for comment. This tag eleme...
<p> This <p> is an HTML tag too. <p> tag is used for making a paragraph. It means p for the paragraph. So, whene...
title This is an HTML TOO. <title> tag is used inside the head tag. If we write something in the title tag it would be shown o...
<table></table> <table> tag is an HTML tag too. On the purpose of making a table we need to use the table tag. tab...
<body></body> body is also an HTML tag. It is a tag which is very important. Because body tag is an essential tag in HTM...
th <th> is an HTML tag too. Maybe, <th> means table head or header. Whatever, we use <th> tag to make table headi...
tr It is also an HTML tag. It means the table row. When we make a table on a website then we use it. tr tag is a tag which is used to m...
<li></li> It is also an HTML tag. We use this tag for making a list. It could be ordered list or unordered list. This tag i...
<ol></ol> It is also an HTML tag. It means an ordered list. Ordered list means a list of having specific serial numbers. Be...