answersLogoWhite

0

Yes, bold is an HTML text feature. You use the <b> tag to display bold text.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the definition of bold print?

when you type its usually bigger than the other words


What typically displays text as bold and center aligned?

The &lt;B&gt; &lt;/B&gt; tag is used to display text in Bold &lt;Center&gt; &lt;/Center&gt; tag is used to center align text.


Why is the set of integers denoted by z?

The blackboard bold style Z, used to indicate the set of integers, derives from the German word zahlen, meaning numbers.


When should bold text be used in writing?

Bold text should be used in writing to emphasize important words or phrases, highlight headings or subheadings, or to make text stand out for better readability.


What is the definition of B tag in HTML?

It stands for Bold. It is used to bold text in a web page.


What is the correct tag to render text in italics?

The HTML 5 specification recommends using &lt;strong&gt; for bold text and &lt;em&gt; for italicised text. In HTML 4.01 &lt;strong&gt; defines both strong and emphasised text; for purely bold text, use &lt;b&gt; instead (in HTML 5, &lt;b&gt; and &lt;strong&gt; are equivalent).


What is meant by bold italicize and underline in word?

In MS Word, or any typed text, bold means to darken; italics changes the font or script used; and underline simply highlights text.Each of these should be used sparingly. Lots of text used with bold, italics, or underlining can be distracting to readers.


What tag is used to bold text?

You can use &lt;b&gt; and &lt;/b&gt; tags to do it.


What is the use of css?

CSS is used to add style to HTML documents. HTML is designed to code the elements of a webpage, like text and pictures. CSS (Cascading Style Sheets) is used to define how they look (color, size, bold, etc.). CSS was used to fix a problem created when HTML tries to define how a page looks. It is now not acceptable to have HTML tags like &lt;b&gt; (which makes text bold). You should now include all of that information in CSS.


Bold and italics are examples of what?

Bold and italics are examples of text formatting styles used to add emphasis to words or phrases, with bold text appearing as strong and important and italicized text appearing as slanted for added clarity or distinction in writing.


How can you update the style associated with text you have modified?

You can always add the style to the text you modified. The style tag can be used with any independent tag.


What Code is used to make line bold print?

You will enclose the text to be displayed in bold between the and tags.ex: This will be displayed in Bold would be printed as below in the web page.This will be displayed in Bold