Most web pages are formatted as following:
The section contains javascript, title, metatags, but is not a required section for a web page. If you don't have it, then you can create one at the top of your page after the tag. If you are handcoding your page, I would highly recommend using FrontPage or Dreamweaver, as these programs do all the tagging for you. All the items that you edit in Page Properties mainly goes in the section.
2007-01-12 08:45:33
·
answer #1
·
answered by techman2000 6
·
0⤊
0⤋
anything put in the head section will not be visable on the published page, only in the HTML. the HEAD is for code to modify the page. put text you want to be visible in the
tag. this should come after the tag and between the and tags.
2007-01-12 08:45:51
·
answer #2
·
answered by Skellious 3
·
0⤊
0⤋
Press CTRL+F and type
it should highlight all the instances of it in your web page (in the code).
2007-01-12 08:44:39
·
answer #3
·
answered by TippmannMan 1
·
0⤊
0⤋
All typical HTML pages should follow the format:
YOUR TITLE HERE
2007-01-12 08:45:00
·
answer #4
·
answered by ♫ Life is a Highway ♫ 4
·
0⤊
0⤋
Look toward the beginning of the code.
Head = beginning
2007-01-12 08:44:18
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋