answersLogoWhite

0


Best Answer

HTML style

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: B tags and font tags are used in?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is font used on Beanie Baby tags?

Comic sans, sadly.


What is the tags for all font size tags in HTML?

We no longer use tags for font sizes in HTML. At one time, however, we used the <FONT> tag, for font faces, size, and color. Now this kind of thing is handled using CSS, in order to maintain separation between the content structure and its presentation.


Different text control tags?

Some Text control tags are * <FONT> to decide the display font * <B> to display text in Bold * <I> to display text in Italics * <H1> to <H6> to display text in header format * etc...


What is the difference in HTML 4 and HTML 5?

Unlike HTML 4 you cannot do these things in HTML 5: - using attributes without double-quotation like <font face=tahoma> instead of <font face="tahoma"> - Closing tags wrong <b><i>test</b></i> instead of <b><i>test</i></b> - Special Tags Closing <br> instead of <br />


What tag is used to bold text?

You can use <b> and </b> tags to do it.


What font is used for River Song's 'Hello Sweetie' tags by Nani Wear?

River Song's "Hello Sweetie" tags by Nani Wear typically use the "Papyrus" font style. This font is often chosen for its exotic and whimsical appearance, which suits the character of River Song from Doctor Who.


Different of HTML tags?

<p>Paragraph</> Next Line<br /> <font color="red">This is Red!</font> <b>Bold</b> <i>Italic</i> <strike>Strikethrough</strike> These are the basic HTML tags


What are the tags in HTML surronded by?

HTML tags are put between <>. Example: <FONT size="2">


Why some Html tags are obsolete?

Tags become obsolete when there is a much better way to do the same thing, so for example most style-based tags like <font>, and attributes like align or bgcolor, are replaced by the CSS font, text and background properties


What are different tags of HTML in bold?

In the Html the bold tag is used to bold the sentence..... Ex: <b>xxxx</b>


What font is used in the titles on the covers of the Junie B Jones books?

The font used for the titles on the covers of the Junie B. Jones books is typically a custom handwritten style font that resembles child-like handwriting to match the character's age and personality. Although there are variations, the font is chosen to convey a sense of innocence and playfulness that aligns with the themes of the books.


How do you I reduce the size of font on screen?

There are two (2) ways to decrease website font:Use of Heading TagsThere are different ways to decrease website font. First you can use heading tag. Heading tag has 6 tags that make text different from the others. Namely: " , , , , and . The smaller the header number the bigger the font. Therefore will make text bigger than the others. And will make the website text smaller. Use of Font TagsYou can control the font size better with Font tags. It should be inside the and tags. To use Font tags to resize a website font, type: "Example Text" without quotes. Replace the phrase "Example Text" with the text you want to appear smaller. Aside from the value 6, you can also replace it with the desired value from 1 to 7. A browser's default is 3.