Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   HTML / DHTML (http://siteownersforums.com/forumdisplay.php?f=7)
-   -   HTML Tag and HTML Element (http://siteownersforums.com/showthread.php?t=139480)

sonamsharma 03-07-2014 11:29 PM

HTML Tag and HTML Element
 
Hi Friends

What is the difference between HTML tag and HTML Element?

azraf 03-21-2014 03:11 PM

tag are like: p, body, title, div etc.
e.g.
Quote:

Here goes webpage
Here, body is a tag, and the contents of the body with the body tag is an element.

mikhapop 03-30-2014 02:19 PM

both are the same terms, you can say body element or body tag, both are referring to

simar 04-04-2014 12:05 AM

html tag
 
html tag is the main tag of the html.It not case sensitive.html elements are the property of attributes............

Shanmuga Nathan 04-15-2014 05:15 AM

HTML tag is just opening or closing entity. For example:

and

are called HTML tags

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

This is element

: This complete thing is called a HTML element

amit65 04-15-2014 11:14 PM

Hello,
HTML tag is just opening or closing entity. For example:

and

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 :


This is a monkey



All times are GMT -7. The time now is 10:53 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.