Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 03-07-2014, 11:29 PM   #1
sonamsharma
Registered User
 
Join Date: Jul 2013
Posts: 373
HTML Tag and HTML Element

Hi Friends

What is the difference between HTML tag and HTML Element?
sonamsharma is offline   Reply With Quote

Old 03-21-2014, 03:11 PM   #2
azraf
Registered User
 
Join Date: Mar 2014
Posts: 27
tag are like: p, body, title, div etc.
e.g.
Quote:
<body>Here goes webpage</body>
Here, body is a tag, and the contents of the body with the body tag is an element.
__________________
Read free Business articles, Marketing articles and Portfolio BCG Matrix article.
Join Business Learners Community.
For IT support: Tech Solution | IT Blog Tech blog
azraf is offline   Reply With Quote
Old 03-30-2014, 02:19 PM   #3
mikhapop
Registered User
 
Join Date: Mar 2014
Posts: 19
both are the same terms, you can say body element or body tag, both are referring to <body></body>
__________________
Mega Business Solutions! Web Design company in Egypt | Web Design Egypt
mikhapop is offline   Reply With Quote
Old 04-04-2014, 12:05 AM   #4
simar
Registered User
 
Join Date: Mar 2014
Posts: 71
html tag

html tag is the main tag of the html.It not case sensitive.html elements are the property of attributes............
simar is offline   Reply With Quote
Old 04-15-2014, 05:15 AM   #5
Shanmuga Nathan
Registered User
 
Join Date: Nov 2013
Location: Chennai, India
Posts: 82
HTML tag is just opening or closing entity. For example:

<p> and </p> are called HTML tags

HTML element encompasses opening tag, closing tag, content (optional for content-less tags) Eg:

<p>This is element</p> : This complete thing is called a HTML element
__________________
MDK Media | Appolo Academy: Entrance Coaching Classes | Promotional Videos: pintvideos.com | Ladies Hostel | Event Planners | A.P.S Auto Rental | River Day Spa
Shanmuga Nathan is offline   Reply With Quote
Old 04-15-2014, 11:14 PM   #6
amit65
Registered User
 
Join Date: Apr 2014
Posts: 3
Hello,
HTML tag is just opening or closing entity. For example:
<p> and </p> are called HTML tags.
HTML Elements is a some kind of semantics and generally consists of a start tag, content, and an end tag. The following is a paragraph element Like :
<p>
This is a monkey
</p>
amit65 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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 Off
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 06:28 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.