English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-02-19 18:04:39 · 6 answers · asked by '-jeSsicA-' 1 in Computers & Internet Programming & Design

6 answers

The HTML tags are the things that describe a document such as "", "<HEAD>", "<OL>" (ordered lists - numbered ). Without the tag parts anything is considered part of the document.<br /> <br /> Here is a list of HTML Tags.<br /> http://www.w3schools.com/tags/default.asp </p> <p> <small> 2007-02-19 18:19:30 · <a href="#answer20070219181930">answer #1</a> · <span>answered by <u>Neo was Here</u> <b>3</b></span> · <span>0<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> <div id="answer20070219182719" class='answer' > <!-- <b>Answer #2</b> --> <p class='answer-content' lang="en"> 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: <B>Position Masters</B> (turns text into bold). <br /> Without the tag parts anything is considered part of the document. </p> <p> <small> 2007-02-19 18:27:19 · <a href="#answer20070219182719">answer #2</a> · <span>answered by <u>Nataraj R</u> <b>1</b></span> · <span>0<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> <div id="answer20070219181808" class='answer' > <!-- <b>Answer #3</b> --> <p class='answer-content' lang="en"> HTML tags are constantly evolving with each generation of browser and programming language. To learn HTML coding try w3schools.com/html/default.asp . </p> <p> <small> 2007-02-19 18:18:08 · <a href="#answer20070219181808">answer #3</a> · <span>answered by <u>Mortis</u> <b>4</b></span> · <span>0<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> <div id="answer20070219181232" class='answer' > <!-- <b>Answer #4</b> --> <p class='answer-content' lang="en"> From what I remember, HTML tags are the codes that you can use to put the photo or movie on a webpage. </p> <p> <small> 2007-02-19 18:12:32 · <a href="#answer20070219181232">answer #4</a> · <span>answered by <u>Anonymous</u></span> · <span>0<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> <div id="answer20070219183121" class='answer' > <!-- <b>Answer #5</b> --> <p class='answer-content' lang="en"> Hi<br /> <br /> 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. <br /> <br /> Some examples:<br /> <br /> <h1>Head Line</h> - TELLS BROWSERS that this is the first headline of the page.<br /> <br /> <p>Text text text text text text text text text text text text text text text text text</p> - TELLS BROWSERS that this is a paragraph<br /> <br /> <em>text text </em> - TELLS BROWSERS that this is emphasised text<br /> <br /> A HTML-tag takes attributes too. You can ad a style attribute to an emphasized text for instance, like this:<br /> <br /> <em style="color:red">text text </em><br /> <br /> The attribute here is this: style="color:red"<br /> <br /> Again: HTML is used to markup ordinary text to tell web browsers what meaning the different element on a page has. </p> <p> <small> 2007-02-19 18:31:21 · <a href="#answer20070219183121">answer #5</a> · <span>answered by <u>Nyx</u> <b>2</b></span> · <span>0<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> <div id="answer20070219181316" class='answer' > <!-- <b>Answer #6</b> --> <p class='answer-content' lang="en"> <title>


2007-02-19 18:13:16 · answer #6 · answered by jessy 1 · 0 0

fedest.com, questions and answers