answersLogoWhite

0

No.

The <basefont> tag specifies the default font for text on page.

Example usage:-

<head>

<basefont face="courier, serif" size="5" color="red">

</head>

IMPORTANT: the <basefont> tag is no longer supported (since HTML5). It is still supported by internet Explorer 9 and earlier versions but, regardless, you should be using CSS for style and HTML for content, never HTML for both style and content.

User Avatar

Wiki User

8y ago

What else can I help you with?

Continue Learning about Engineering

What is the difference between base font and font tag?

Base font is an HTML tag that specifies the font you want to use throughout your document: &lt;basefont face="arial, verdana, courier" size="4" color="green"&gt; In this example the browser of the user will select the first available font of the list to display the text. The font tag is an older HTML tag but is no longer recommended although it still works. This is an example of its use: &lt;p&gt; &lt;font size="3" face="verdana" color="blue"&gt; This paragraph is in Verdana, size 3, and in blue text color. &lt;/font&gt; &lt;/p&gt; This is the Wikipedia explanation for tag: In the HTML syntax, most elements are written with a start tag and an end tag, with the content in between. Tags are composed of the name of the element, surrounded by angle brackets. An end tag also has a slash after the opening angle bracket, to distinguish it from the start tag. For example, a paragraph, which is represented by the p element, would be written as


Which tags do not need a separate tag for closing?

In HTML 4: area, base, basefont, br, col, frame, hr, img, input, isindex, link, meta, param In XHTML 1.0 or HTML5: area, base, br, col, hr, img, input, link, meta, param In XHTML 1.0 Transitional we also have: basefont, frame


Difference between container tag and standalone tag?

A container tag has two ends (an opening and a closing) whereas an empty tag doesn't. The paragraph tag is an example of a container tag: &lt;p&gt;Our paragraph text here.&lt;/p&gt; The image tag is a good example of an empty tag. &lt;img src="logo.png" alt="Yay!"&gt; See how the initial paragraph tag (&lt;p&gt;) has a corresponding end tag? The text in between is "contained" by the tag.


What is an empty HTML element which does not have a closing tag?

&lt;html&gt; &lt;body&gt; &lt;div&gt;&lt;/div&gt; &lt;/body&gt; &lt;/html&gt; that is an empty div tag, there is nothing in between the &lt;div&gt; and &lt;/div&gt;


What are 'on' and 'off' tags in HTML documents?

In HTML, all tags are elements and all HTML elements other than empty elements and &lt;p&gt; elements require a start and end tag to delimit the element's content. The &lt;br&gt; tag is an example of an empty element (there is no &lt;/br&gt; tag). However, an empty element can also be closed by the start tag, such that &lt;br /&gt; is acceptable (&lt;br /&gt; is a requirement of XHTML but not HTML).

Related Questions

What is the use of basefont tag in HTML?

The basefont tag was used in versions of HTML prior to HTML 4.01. In HTML 4.01 it was deprecated. It is not supported in XHTML 1.0, nor in HTML 5. It was used to describe the font for an entire document. Later font tags would override this declaration. Currently, the basefont tag is only supported by Internet Explorer. A developer should use CSS to replicate its function (similar to the &lt;font&gt; tag.)


What is the difference between base font and font tag?

Base font is an HTML tag that specifies the font you want to use throughout your document: &lt;basefont face="arial, verdana, courier" size="4" color="green"&gt; In this example the browser of the user will select the first available font of the list to display the text. The font tag is an older HTML tag but is no longer recommended although it still works. This is an example of its use: &lt;p&gt; &lt;font size="3" face="verdana" color="blue"&gt; This paragraph is in Verdana, size 3, and in blue text color. &lt;/font&gt; &lt;/p&gt; This is the Wikipedia explanation for tag: In the HTML syntax, most elements are written with a start tag and an end tag, with the content in between. Tags are composed of the name of the element, surrounded by angle brackets. An end tag also has a slash after the opening angle bracket, to distinguish it from the start tag. For example, a paragraph, which is represented by the p element, would be written as


What is an empty tag?

An empty tag is a tag that contains no element or attributes. For example: Text The bold is the element and the italic is the attribute. An empty tag doesn't contain either, and rather than an opening and a closing tag, it is just one tag, for example:


Which tags do not need a separate tag for closing?

In HTML 4: area, base, basefont, br, col, frame, hr, img, input, isindex, link, meta, param In XHTML 1.0 or HTML5: area, base, br, col, hr, img, input, link, meta, param In XHTML 1.0 Transitional we also have: basefont, frame


Difference between container tag and standalone tag?

A container tag has two ends (an opening and a closing) whereas an empty tag doesn't. The paragraph tag is an example of a container tag: &lt;p&gt;Our paragraph text here.&lt;/p&gt; The image tag is a good example of an empty tag. &lt;img src="logo.png" alt="Yay!"&gt; See how the initial paragraph tag (&lt;p&gt;) has a corresponding end tag? The text in between is "contained" by the tag.


What is tha you explain empty tags used in HTML pagas examples?

&lt;BR&gt; i.e. break line is an empty tag. An empty tag once opened is not needed to be closed.


What is an empty HTML element which does not have a closing tag?

&lt;html&gt; &lt;body&gt; &lt;div&gt;&lt;/div&gt; &lt;/body&gt; &lt;/html&gt; that is an empty div tag, there is nothing in between the &lt;div&gt; and &lt;/div&gt;


What are 'on' and 'off' tags in HTML documents?

In HTML, all tags are elements and all HTML elements other than empty elements and &lt;p&gt; elements require a start and end tag to delimit the element's content. The &lt;br&gt; tag is an example of an empty element (there is no &lt;/br&gt; tag). However, an empty element can also be closed by the start tag, such that &lt;br /&gt; is acceptable (&lt;br /&gt; is a requirement of XHTML but not HTML).


What are deprecated tags in HTML?

* &lt;applet&gt; * &lt;basefont /&gt; * &lt;center&gt; * &lt;dir&gt; * &lt;isindex&gt; * &lt;menu&gt; * &lt;s&gt; * &lt;strike&gt; * &lt;xmp&gt;


When what was empty it was filled with rags?

One thing that rhymes with when empty it was filled with rags "I don't really like to brag, we can also play tag."


What rhymes with when empty it was filled with rags?

One thing that rhymes with when empty it was filled with rags "I don't really like to brag, we can also play tag."


What are the tags of HTML?

There are 111 tags in the HTML 5 specification (see Related Link for a complete list.)These tags can be generally broken down into two types. One type is the container tag, which encompasses data by surrounding it with an opening and closing tag. For instance, the heading 1 tag:This is a headingThe other type of tag doesn't have a matching close tag. In XML, these are called empty tags, and that parlance transferred over to HTML during the XHTML era. The standard empty tag as an example is an image tag:As you can see, there is no corresponding tag. Instead, the relevant data for the tag is contained within the tag's attributes.