The HTML tags are the things that describe a document such as "
", "", "" (ordered lists - numbered ). Without the tag parts anything is considered part of the document.
Here is a list of HTML Tags.
http://www.w3schools.com/tags/default.asp
2007-02-19 18:19:30
·
answer #1
·
answered by Neo was Here 3
·
0⤊
0⤋
HTML tags are part of the language that powers the web pages and delivers the instruction to the web browser to display the page information in more than just plain text. The Text is enclosed within the tags. Tags are predefined ones. example: Position Masters (turns text into bold).
Without the tag parts anything is considered part of the document.
2007-02-19 18:27:19
·
answer #2
·
answered by Nataraj R 1
·
0⤊
0⤋
HTML tags are constantly evolving with each generation of browser and programming language. To learn HTML coding try w3schools.com/html/default.asp .
2007-02-19 18:18:08
·
answer #3
·
answered by Mortis 4
·
0⤊
0⤋
From what I remember, HTML tags are the codes that you can use to put the photo or movie on a webpage.
2007-02-19 18:12:32
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
Hi
Very important to understand that a HTML-tags are markup that TELLS WEB BROWSERS what the MEANING of an element of a page is. It is not a language for formatting a document like postscript or RTF. It's about meaning, not about grammar.
Some examples:
Head Line - TELLS BROWSERS that this is the first headline of the page.
Text text text text text text text text text text text text text text text text text
- TELLS BROWSERS that this is a paragraph
text text - TELLS BROWSERS that this is emphasised text
A HTML-tag takes attributes too. You can ad a style attribute to an emphasized text for instance, like this:
text text
The attribute here is this: style="color:red"
Again: HTML is used to markup ordinary text to tell web browsers what meaning the different element on a page has.
2007-02-19 18:31:21
·
answer #5
·
answered by Nyx 2
·
0⤊
0⤋
2007-02-19 18:13:16
·
answer #6
·
answered by jessy 1
·
0⤊
0⤋