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?
__________________

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.
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
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.
and Portfolio
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
article.
Join Business Learners Community.
For IT support:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| IT Blog
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
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!
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.
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............
__________________

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.
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
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| Appolo Academy:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| Promotional Videos:
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.
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>
__________________

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.
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 10:54 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.