Ten tags are:
<html> Opens and closes all HTML pages.
<title> Tells what the title of the page is. The title of this page is
WikiAnswers - What are ten tag found in HTML
<body> Encloses what you see on a web page.
<br> Goes to the next line.
<p> Skips a line.
<hr> Creates a line across the page.
<img> Inserts an image.
<frame> Puts two or more pages into one window.
<a> Creates a hyperlink.
<b> Makes text bold.
The HTML tag is called the "anchor" tag.
The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.
html
<head>
The HTML document begins,and ends with the tag . The element defines the whole HTML document. The element has a start tag and an end tag The Start element Tags within the HTML tags begins the content to be displayed for the web page (end body tag) The basic Tags needed to start an HTML document (and must be ended) look like this: This is where the content goes
The <html> tag at the top and the bottom tells the browsers. It is defined as <html> and </html> at bottom.
The correct HTML form for BR is . BR is a tag to force a line break. It was introduced as a single tag, with no companion tag. The and tags work with older HTML, but for HTML 5, you need to have an ending tag for each tag. You can create your own ending tag by adding forward slash within the single tag: .
Head
The I tag is the italics tag: This is in <i>italics</i>.
There is no such tag. I doesn't do anything.
There isn't really an HTML tag designated specifically for footnotes.
HTML as the name suggests is a markup language. Each tag represents a function in it.