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

What are "HTML head", "HTML Inside Body Tag", and "HTML after body" when designing a website? Im a total rookie.

2007-02-17 02:20:34 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

Ok, Im more of a rookie than I thought! Im using yahoo site builder, and I need to know where to insert the info I want to come up on search results. Where do I write the title of the search result, and the discription that will come up on search.

2007-02-17 03:02:48 · update #1

4 answers

Lets start with one part at a time

HTML head :
==========================================
The head element contains general information, also called meta-information, about a document. Meta means "information about".

You can say that meta-data means information about data, or meta-information means information about information.

It can contain any of the following tags :
, , , , <style>, and <script><br /> <br /> <br /> HTML Inside Body Tag :<br /> ==========================================<br /> The body element defines the documents' body. It contains all the contents of the document (like text, images, colors, graphics, etc.).<br /> <br /> Basically It contains all the visible content of the page.<br /> <br /> All the tags except, some of those mentioned in the head can be part of body tag.<br /> <br /> <br /> HTML after body :<br /> ==========================================<br /> According to standards end of body is end of visible area of the page. so there should not be any visible tags* (p, div, table). <br /> <br /> You will always find </html> after </body>(end of body)<br /> It can also contain client side scripts (JavaScript, VBScript). which is not part of the visible tags*<br /> <br /> *visible tags : My definition. You will not find word like that on net </p> <p> <small> 2007-02-17 02:57:49 · <a href="#answer20070217025749">answer #1</a> · <span>answered by <u>pop</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="answer20070217025443" class='answer' > <!-- <b>Answer #2</b> --> <p class='answer-content' lang="en"> This is a large topic and could arguably be described many ways depending on the use of the HTML, but I'll give a basic attempt that may answer your question.<br /> <br /> The basic HTML page format:<br /> <html><br /> <br /> <head><br /> <title>I am a Page!



I am a Paragraph







inside the HTML , you give information about the page. This is where you assign a that is the page name, you can also assign <meta> tags for keywords, page description, etc. You can include CSS, Javascript ... you can do many things but it's all just descriptive/instructive information for the browser.<br /> <br /> inside the HTML <body>, this is what you see in a browser. you can enter paragraphs <p>, tables <tables>, images <img> and many other types of design elements.<br /> <br /> after HTML <body>, nothing usually goes in this area. usually you just have to close the <html> with an </html> and that is it. </p> <p> <small> 2007-02-17 02:54:43 · <a href="#answer20070217025443">answer #2</a> · <span>answered by <u>Chad</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="answer20070217024112" class='answer' > <!-- <b>Answer #3</b> --> <p class='answer-content' lang="en"> Basically, if you look at a HTML document, there are several sections. One of them is a "heading" areas, one is the main "body" and the last one is a traliing area.<br /> <br /> The Head (header) area can contain information relating to the page information; title, javascript, browser directives, etc.<br /> <br /> The body contains the page markup. It can also contain javascript and other goodies.<br /> <br /> The last part, after the body, can contain javascript and some other stuff. </p> <p> <small> 2007-02-17 02:41:12 · <a href="#answer20070217024112">answer #3</a> · <span>answered by <u>BigRez</u> <b>6</b></span> · <span>0<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> <div id="answer20070217033907" class='answer' > <!-- <b>Answer #4</b> --> <p class='answer-content' lang="en"> i learned all tis stuff earlier this year in school<br /> <br /> you do...<br /> <html><br /> <head><br /> <title>whatever u want the title to be



or if u dont wanna a picture, u can have a color like this



and if u need anymore help, just e-mail me at...
arabgirl999@yahoo.com

2007-02-17 03:39:07 · answer #4 · answered by Susan 2 · 0 0

fedest.com, questions and answers