answersLogoWhite

0

Html Tag to change the front face?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

Use the Font face= command with the attribute Value of the font you want. for example" ="arial">This is arial font This is century font General formating could include bold will boldface the enclosed text. Use the size= "" or color = "" attributes to change the size, and color of the text. underline will underline the text. Italic Will display the text in italic.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Html Tag to change the front face?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What character is used to indicate an end tag in HTML?

The frontslash tag. For example, here it is used in the bold tag. <b>Bold text</b>


What HTML character symbolizes that the tag is a closing tag?

You are probably referring to the front slash. It, along with the less than sign and the greater than sign and the name of the tag, form an end tag, like this: </html> The opening tag does not have the front slash, so it is the character that makes the difference.


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


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.


Which HTML tag would be apply the bgcolour attribute to change the background color of single table row?

The tr tag.


What is used to meta tag in HTML?

html


The tag that appears after the HTML tag is?

<head>


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 <html> tag at the top and the bottom tells the browsers. It is defined as <html> and </html> 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 <i>italics</i>.


What are container tag and singular tag in HTML?

Head