Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Basic html code 10 pts for help?
Does anyone have the "basic" html format. I think it has a url of some sort at the top, then title, then body, then html?
please help
5 Answers
- 1 decade agoFavorite Answer
My page uses:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd%22%3E
<html>
<head><title>TITLE</title>
</head>
<body>
CONTENT
</body>
</html>
Hope this helps. :)
- 1 decade ago
Hi,
You will found some very good basic html example here.
http://www.w3schools.com/Html/html_examples.asp
one of the examples
-----------------------------------------------
<html>
<body>
-----------------------------------------------
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
<p>Use heading tags only for headings. Don't use them just to make something bold. Use other tags for that.</p>
</body>
</html>
- expertazizLv 51 decade ago
open ms word
type ur text and graphics with titles hyperlinks etc. then save it as a web page.
in view menu click View html Source
- How do you think about the answers? You can sign in to vote the answer.