Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is the difference between a tag and an element?

user-image
Question added by Maalik Muhamed , Deputy Mill Manager , AZANIA GROUP OF COMPANYS
Date Posted: 2014/05/09
SUMITH V S
by SUMITH V S , Operations Coordinator , Christian Dior Couture Middle East FZE

  1. Generally speaking, there are two kinds of tags - opening tags: and closing tags: . The only difference between an opening tag and a closing tag is the forward slash "/". You label content by putting itbetween an opening tag and a closing tag. HTML is all about elements.

Muhammad Majid Saleem
by Muhammad Majid Saleem , Senior PHP Developer / Project Manager , SwaamTech

Dear Maalik,

Your question is a confusing.. I don't understand about which language you are asking html, xml etc?

I am answering regarding HTML:

HTML tag is just opening or closing entity. For example:<p> and </p> are called HTML tagsHTML element encompasses opening tag, closing tag, content (optional for content-less tags) Eg:<p>This is the content</p> : This complete thing is called a HTML element

For more information:

- http://stackoverflow.com/questions/8937384/what-is-the-difference-between-tags-and-elements-html

- http://www.456bereastreet.com/archive/200508/html_tags_vs_elements_vs_attributes/

Rami Nasrallah
by Rami Nasrallah , Customer Experience Specialist , DEVNET

i like your questions maalik its always has hidden mean, as my answer is "the tags is entities that comes by open & close or Full tags <x> </x> or <X /> but the element a part complete real sentance for the browser complier like full image tag or paragraph or section... etc"

alireza hoseini
by alireza hoseini , PHP & Python back-end developer , Fax.ir

Element =  Tags + attributes + content

Tags= starts with <tagName> and ends with </tagName> e.g.: <p>

 

Tags as a whole with their attributes creates an element.

Afsheen Atif
by Afsheen Atif

Tags are used to mark up the start and end of an HTML element.A start tag consists of an opening angle bracket (<) followed by the element name, zero or more space separated attribute/value pairs, and a closing angle bracket (>).

 

 An element in HTML represents some kind of structure or semantics and generally consists of a start tag, content, and an end tag.

 

You can easily understand the difference by the following image:

 

tag/element

 

Cheers!

Asif ahmed Syed
by Asif ahmed Syed , Lead SharePoint Application Developer , International Center for Sports Security

ELEMENT:

Elements give structure to a HTML document and tells the browser how you want your website to be presented. Generally elements consists of a start tag, some content, and an end tag.

e.g. : <p>This is Element </p>

The above complete e.g. is element

 

TAG:

Tags are labels you use to mark up the begining and end of an element. All tags have the same format: they begin with a less-than sign "<" and end with a greater-than sign ">"

 

e.g. <p></p>

This e.g. is of opening tag<p> and closing </p> tag.

Ramesh Kumar
by Ramesh Kumar , Admin/HR Officer , Omni Group

Tag is instruction/command of HTML and element is its attribute..

Abdul Ghani
by Abdul Ghani , Senior Design Engineer , Fatin Home Furniture LLC

  HTML tags vs. elements vs. attributes

HTML elements

An element in HTML represents some kind of structure or semantics and generally consists of a start tag, content, and an end tag. The following is a paragraph element:

<p>This is the content of the paragraph element.</p>

HTML tags

Tags are used to mark up the start and end of an HTML element.

<p></p>

HTML attributes

An attribute defines a property for an element, consists of an attribute/value pair, and appears within the element’s start tag. An element’s start tag may contain any number of space separated attribute/value pairs.

The most popular misuse of the term “tag” is referring to alt attributes as “alt tags”. There is no such thing in HTML. Alt is an attribute, not a tag.

<imgsrc="ghani.gif"alt="An IT Professional and web designer.">

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.