Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   What is an empty tag ? (http://siteownersforums.com/showthread.php?t=977458)

bababangali 02-28-2019 06:37 AM

What is an empty tag ?
 
Hello Dear,

Please Tell Me What is an empty tag ?

adityadev 03-14-2019 06:28 AM

HTML elements with no content are called empty elements. Empty elements can be closed in the start tag.
is an empty element without a closing tag (the
tag defines a line break).

ecsoft 06-05-2019 09:32 PM

HTML elements with no content are called empty elements.
is an empty element without a closing tag (the
tag defines a line break). Empty elements can be "closed" in the opening tag like this:
. HTML5 does not require emptyelements to be closed.

alvin_hoffman 06-05-2019 10:33 PM

Quote:

Originally Posted by ecsoft (Post 1803266)
HTML elements with no content are called empty elements.
is an empty element without a closing tag (the
tag defines a line break). Empty elements can be "closed" in the opening tag like this:
. HTML5 does not require emptyelements to be closed.

Thank you I got an a on my project

RH-Calvin 08-15-2019 10:46 PM

An "empty tag" refers to HTML coding where the line of code stands alone and is not closed with slash characters. Empty tags are used to insert images, lists, breaks, meta tags, horizontal rules and hyperlinks.

alvin_hoffman 10-03-2019 07:16 AM

An "empty tag" refers to HTML coding where the line of code stands alone and is not closed with slash characters. Empty tags are used to insert images, lists, breaks, meta tags, horizontal rules and hyperlinks.

Dev Tyagi 11-22-2019 12:38 AM

Thank you very much for sharing it.


All times are GMT -7. The time now is 04:44 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.