Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 02-28-2019, 06:37 AM   #1
bababangali
Registered User
 
Join Date: Dec 2014
Posts: 198
What is an empty tag ?

Hello Dear,

Please Tell Me What is an empty tag ?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
bababangali is offline   Reply With Quote

Old 03-14-2019, 06:28 AM   #2
adityadev
Registered User
 
Join Date: Jul 2017
Posts: 86
HTML elements with no content are called empty elements. Empty elements can be closed in the start tag. <br> is an empty element without a closing tag (the <br> tag defines a line break).
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
adityadev is offline   Reply With Quote
Old 06-05-2019, 09:32 PM   #3
ecsoft
Registered User
 
Join Date: Aug 2017
Posts: 51
HTML elements with no content are called empty elements. <br> is an empty element without a closing tag (the <br> tag defines a line break). Empty elements can be "closed" in the opening tag like this: <br />. HTML5 does not require emptyelements to be closed.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ecsoft is offline   Reply With Quote
Old 06-05-2019, 10:33 PM   #4
alvin_hoffman
Registered User
 
Join Date: Oct 2015
Posts: 383
Quote:
Originally Posted by ecsoft View Post
HTML elements with no content are called empty elements. <br> is an empty element without a closing tag (the <br> tag defines a line break). Empty elements can be "closed" in the opening tag like this: <br />. HTML5 does not require emptyelements to be closed.
Thank you I got an a on my project
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
alvin_hoffman is offline   Reply With Quote
Old 08-15-2019, 10:46 PM   #5
RH-Calvin
Registered User
 
Join Date: May 2015
Location: Forum
Posts: 2,517
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| $1 VPS Hosting

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| Windows Server with Remote Desktop Access

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| Servers with Free IPMI Setup
RH-Calvin is offline   Reply With Quote
Old 10-03-2019, 07:16 AM   #6
alvin_hoffman
Registered User
 
Join Date: Oct 2015
Posts: 383
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
alvin_hoffman is offline   Reply With Quote
Old 11-22-2019, 12:38 AM   #7
Dev Tyagi
Registered User
 
Join Date: Dec 2017
Location: India
Posts: 160
Thank you very much for sharing it.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Dev Tyagi is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference between container tag and empty tag? jamesranatte HTML / DHTML 14 10-03-2019 07:24 AM
Storage tips for empty nesters Jainarikristyan General Discussion 0 05-28-2018 02:25 AM
What is the necessity of empty tag? - DHTML designpluzindia HTML / DHTML 2 12-11-2017 11:17 PM
Select query - ignore search criteria if value is empty alexwaston PHP / mySQL 0 02-22-2017 09:39 PM
Simple way to remove empty paragraph tags in wordpress website posts arronmattwills Graphic Design 0 02-24-2014 09:02 PM


All times are GMT -7. The time now is 06:21 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.