PDA

View Full Version : What Is The Difference Between Tags And Attributes..?



ruhikhan
08-19-2019, 09:44 AM
Hello friends,

What Is The Difference Between Tags And Attributes..?

BangkokDinning
08-19-2019, 10:34 AM
Attributes are those commands & values, which are given inside a <tag _>. Here, “_” is the place left for an attribute. THATS HOW YOU CAN DIFFERENCIATE BETWEEN THEM. ... An attribute defines a property for an element, consists of an attribute/value pair, and appears within the element's start tag.

sinelogixtech
08-19-2019, 11:52 AM
Hi Friends,
HTML is a tag-based language.

Tag is an element which instruct the web-browser ‘what & how's to show. It is given inside <angular brackets>.

Attributes are those commands & values, which are given inside a <tag _>. Here, “_” is the place left for an attribute. THATS HOW YOU CAN DIFFERENCIATE BETWEEN THEM. It defines the tags for the results appearance as well as their behavior on the web page.

RH-Calvin
08-20-2019, 05:40 AM
Tags are used to mark up the start and end of an HTML element. An attribute defines a property for an element, consists of an attribute/value pair, and appears within the element's start tag.

tomsfashion2019
08-21-2019, 06:33 AM
Tags are labels you use to mark up the begining and end of an element. ... The only difference between an opening tag and a closing tag is the forward slash "/". You label content by putting it between an opening tag and a closing tag. HTML is all about elements.