answersLogoWhite

0


Best Answer

A basic HTML tag shoould in clude a start and end tag for example to make text you have 2 tags <p>text goes here</p> the slassh means end tag. that is if you have a tag with lots of stuff. but if you have a tag like<body bgcolor="#000000">you don't need that. just put lesstan sighn, what tag does, greater than sighn.

you also need info on what the tag does. for example in the body bgcolor tag above you type what you want the tag to do, than type = and put qoutation marks before and after the info.

A basic HTML tag shoould in clude a start and end tag for example to make text you have 2 tags <p>text goes here</p> the slassh means end tag. that is if you have a tag with lots of stuff. but if you have a tag like<body bgcolor="#000000">you don't need that. just put lesstan sighn, what tag does, greater than sighn.

you also need info on what the tag does. for example in the body bgcolor tag above you type what you want the tag to do, than type = and put qoutation marks before and after the info.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

A HTML file compliant to the common standard (as per the W3C) will at least consist of the document type declaration followed by HTML-tags which contain

a) head-tags with the title and

b) body-tags with the page content:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<HTML>

<head>

<title>Page title</title>

</head>

<body>

(content)

</body>

</HTML>

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the minimum requirements for an HTML tag?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What HTML tag is used to mark the top of the page?

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.


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


Why you use body tag?

You need to use a &lt;body&gt; tag because it defines the main body section of an HTML document. Here are the minimum tags required to create a web page: &lt;html&gt; &lt;head&gt;&lt;title&gt;My Page&lt;/title&gt;&lt;/head&gt; &lt;body&gt; Hello World! &lt;/body&gt; &lt;/html&gt;


What is the effect of body in HTML?

The &lt;body&gt;&lt;/body&gt; tag defines the body of an HTML document. Here is the minimum format needed for a basic HTML page. &lt;html&gt; &lt;head&gt; &lt;title&gt;Title&lt;/title&gt; &lt;/head&gt; &lt;body&gt; Stuff goes here... &lt;/body&gt; &lt;/html&gt;


What is the effect in the body?

The &lt;body&gt;&lt;/body&gt; tag defines the body of an HTML document. Here is the minimum format needed for a basic HTML page. &lt;html&gt; &lt;head&gt; &lt;title&gt;Title&lt;/title&gt; &lt;/head&gt; &lt;body&gt; Stuff goes here... &lt;/body&gt; &lt;/html&gt;


What is used to meta tag in HTML?

html


The tag that appears after the HTML tag is?

&lt;head&gt;


What is the first tag in every HTML document?

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


Which tag tells the Web browser that the document file contains HTML?

The &lt;html&gt; tag at the top and the bottom tells the browsers. It is defined as &lt;html&gt; and &lt;/html&gt; at bottom.


What is the full form of BR in HTML?

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: .


What does I mean in html?

The I tag is the italics tag: This is in &lt;i&gt;italics&lt;/i&gt;.


What are container tag and singular tag in HTML?

Head