What Is A Tag? |
||
Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.
In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.
Zymic Webmaster Forums Web Design & Development Client Side Scripting HTML and CSS |
||
2 Pages
< 1 2
|
![]() |
What Is A Tag? |
||
Sep 20 2011, 04:51 AM
Post
#21
|
|
|
Member ![]() ![]() Group: Members Posts: 92 Joined: 3-September 11 Member No.: 206,994 |
Tag is a command..A tag is a generic term for a language element descriptor. The set of tags for a document or other unit of information is sometimes referred to as markup, a term that dates to pre-computer days when writers and copy editors marked up document elements with copy editing symbols or shorthand.
|
|
|
Sep 28 2011, 11:45 AM
Post
#22
|
|
|
Member ![]() ![]() Group: Members Posts: 45 Joined: 9-June 11 Member No.: 193,512 |
Anchor tag is "a" tag..Its mainly used to linking the website from one website to another.
|
|
|
Sep 29 2011, 08:31 AM
Post
#23
|
|
|
Newbie ![]() Group: Members Posts: 6 Joined: 29-September 11 Member No.: 211,130 |
It's nice to see someone else saying what you've been thinking.
|
|
|
Oct 1 2011, 09:57 AM
Post
#24
|
|
|
Newbie ![]() Group: Members Posts: 27 Joined: 4-September 11 Member No.: 207,134 |
its a kind of command we use in html coding to make web page.
|
|
|
Oct 20 2011, 11:00 AM
Post
#25
|
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 20-October 11 Member No.: 214,381 |
HTML tags are keywords surrounded by angle brackets like <html>
HTML tags normally come in pairs like <b> and </b> The first tag in a pair is the start tag, the second tag is the end tag Start and end tags are also called opening tags and closing tags |
|
|
Feb 14 2012, 12:24 PM
Post
#26
|
|
|
Newbie ![]() Group: Members Posts: 20 Joined: 14-October 11 Member No.: 213,597 |
he definition of HTML, or Hypertext Markup Language, is a language used to define the structure of a web page. HTML uses tags which are enclosed in angle brackets <>, and usually come in pairs. E.G <title> </title>
|
|
|
Feb 29 2012, 09:46 PM
Post
#27
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 29-February 12 Member No.: 232,375 |
All elements of html that starts with < and ends at >.
|
|
|
Mar 15 2012, 11:34 AM
Post
#28
|
|
|
Newbie ![]() Group: Members Posts: 20 Joined: 14-October 11 Member No.: 213,597 |
Tag term used in html language to represent codes like <a>..</a> you can say <a> is a starting tag and </a> closing tag.
|
|
|
Mar 16 2012, 08:37 PM
Post
#29
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 16-March 12 Member No.: 234,579 |
Every element of html language is a tag.
|
|
|
Mar 20 2012, 07:43 PM
Post
#30
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 20-March 12 Member No.: 235,060 |
Every element that star with< and ends at > is a tag.
|
|
|
Mar 27 2012, 04:02 AM
Post
#31
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 19-December 11 Member No.: 222,625 |
Browsers are smart, it can differentiate between the <Tag> and content. <Tag> will help the browser displays the contents as the writer wishes
|
|
|
May 24 2012, 07:30 AM
Post
#32
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 24-May 12 Member No.: 243,088 |
Where is a good laser tag place in houston, tx? and about how much would it cost for 7 people?
|
|
|
Jun 4 2012, 05:45 AM
Post
#33
|
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 1-June 12 Member No.: 244,113 |
A command inserted in a document that specifies how the document, or a portion of the document, should be formatted. Tags are used by all format specifications that store documents as text files. This includes SGML and HTML.
|
|
|
Jun 4 2012, 10:11 AM
Post
#34
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 4-June 12 Member No.: 244,442 |
Tags are HTML elements , they tell the browsers to perform certain functions.
|
|
|
Jul 31 2012, 06:39 AM
Post
#35
|
|
|
Member ![]() ![]() Group: Members Posts: 62 Joined: 31-July 12 Member No.: 250,988 |
helllooo...
I am telling about tag in the form of html. Tag is a main property of HTML and tag is used for making website and creating webpages.<a> tag can be used in 2 ways: a). to create a link by using href attribute. b). to create bookmark by using the name attribute. |
|
|
Aug 10 2012, 11:55 AM
Post
#36
|
|
|
Member ![]() ![]() Group: Members Posts: 62 Joined: 31-July 12 Member No.: 250,988 |
Tag is used in html pages for making webpages.
|
|
|
Sep 5 2012, 02:25 PM
Post
#37
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 5-September 12 Member No.: 256,098 |
|
|
|
Sep 20 2012, 04:02 PM
Post
#38
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 23-August 12 Member No.: 253,715 |
HTML tags are tag names enclosed by angle brackets like <html>. HTML tags are often used to describe the same thing.
|
|
|
Jan 4 2013, 12:22 PM
Post
#39
|
|
|
Newbie ![]() Group: Members Posts: 10 Joined: 2-January 13 Member No.: 268,506 |
Tag is otherwise called as the metadata where the tag is the Keyword or the term that is assigned for the information.
|
|
|
Feb 25 2013, 12:23 PM
Post
#40
|
|
|
Newbie ![]() Group: Members Posts: 15 Joined: 28-January 13 Member No.: 271,484 |
A tag is a generic term for a language element descriptor. The set of tags for a document or other unit of information is sometimes referred to as markup, a term that dates to pre computer days when writers and copy editors marked up document elements with copy editing symbols or shorthand.
|
|
|
![]() |
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users) |
||
| 0 Members: | ||
Forum Jump |
||
| Lo-Fi Version | Time is now: 26th May 2013 - 06:20 AM |