answersLogoWhite

0

You could use <b> i.e. bold tag but it is depreciated. Now you use the tag of style and font-thickness.

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Engineering

What can bold style text be used to indicate?

Yes, bold is an HTML text feature. You use the &lt;b&gt; tag to display bold text.


What is the semantic difference between HTML tag and HTML text?

HTML text is formatted text that you view on a HTML formatted page, a HTML tag is a tag which defines the formatting of a selected area of text, i.e opening tag "&lt;u&gt;" "text to format here", followed by closing tag "&lt;/u&gt;" would underline the text that you wish to format. In short, HTML tag defines the format of the text. These basics can be applied to a range of different functions.


What does the Strong Tag do?

The Tag The text between these tags will be strongThe strong tag is another way to end up with bold text.


How many types of comments are their in HTML?

Singular TAGS in HTML:Normally it considered tag only tag is the Singular Tag in Html.But tag is also can used as a Singular Tag. tag has dual functionality, means it can used as Paired Tag and also as Singular.For Example:if we use it as paired, it will work as we know already, but if we use this Tag using HTML like:dummy text dummy text dummy text dummy textNow it will produce the result as:dummy text dummy textdummy text dummy textThanks.Hammad Ahmad.Email: hammadahmadweb@aol.com


Choose correct HTML element to define empazed text?

To define emphasized text in HTML, you can use the &lt;em&gt; tag. This tag is typically used to indicate emphasis, and it often renders text in italics by default. Alternatively, the &lt;strong&gt; tag can be used for strong emphasis, which typically renders text in bold. Both tags convey different levels of emphasis semantically.

Related Questions

What is the Short cut for embolden in ms word?

In Microsoft Word, the shortcut for bolding text is Ctrl + B on Windows and Command + B on Mac. You can use this shortcut by selecting the text you want to embolden and then pressing the keys simultaneously. This will apply or remove the bold formatting from the selected text.


How do you center text on deviantart?

"Center TextThe opening tag for centering is , and the closing tag is . If you do not use the closing tag, then all text after the opening tag will be displayed centered."


What XHTML tag is used to indent a paragraph of text?

To indent a paragraph of text using XHTML, simply enclose the paragraph in an opening and closing &lt;blockquote&gt; tag. the &lt;blockquote&gt; tag is used for quoted text, not for indenting text. If you want to indent text you need to use the text-indent with CSS.


Which tag is used to scroll text in an HTML webpage?

You don't need to use a tag - scrollbars will automatically be added at the side of the page if the text is long enough.


How do I align text in the middle in a Howrse EC forum?

To align text in the middle in a Howrse EC forum, you can use the HTML &lt;center&gt; tag or CSS styles. Simply wrap your text with the &lt;center&gt; tag like this: &lt;center&gt;Your text here&lt;/center&gt;. Alternatively, you can use CSS by enclosing your text in a &lt;div&gt; tag and applying the style text-align: center;, like this: &lt;div style=&quot;text-align: center;&quot;&gt;Your text here&lt;/div&gt;.


What is the use of CENTER TAG in HTML?

The &lt;Center&gt; tag is used to center the text that follows the tag on the web page. All the text that is typed between the &lt;Center&gt; and &lt;/Center&gt; tags will be centered and displayed on screen.


What tag is used to bold text?

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


What can bold style text be used to indicate?

Yes, bold is an HTML text feature. You use the &lt;b&gt; tag to display bold text.


What is the semantic difference between HTML tag and HTML text?

HTML text is formatted text that you view on a HTML formatted page, a HTML tag is a tag which defines the formatting of a selected area of text, i.e opening tag "&lt;u&gt;" "text to format here", followed by closing tag "&lt;/u&gt;" would underline the text that you wish to format. In short, HTML tag defines the format of the text. These basics can be applied to a range of different functions.


What does the Strong Tag do?

The Tag The text between these tags will be strongThe strong tag is another way to end up with bold text.


How many types of comments are their in HTML?

Singular TAGS in HTML:Normally it considered tag only tag is the Singular Tag in Html.But tag is also can used as a Singular Tag. tag has dual functionality, means it can used as Paired Tag and also as Singular.For Example:if we use it as paired, it will work as we know already, but if we use this Tag using HTML like:dummy text dummy text dummy text dummy textNow it will produce the result as:dummy text dummy textdummy text dummy textThanks.Hammad Ahmad.Email: hammadahmadweb@aol.com


Choose correct HTML element to define empazed text?

To define emphasized text in HTML, you can use the &lt;em&gt; tag. This tag is typically used to indicate emphasis, and it often renders text in italics by default. Alternatively, the &lt;strong&gt; tag can be used for strong emphasis, which typically renders text in bold. Both tags convey different levels of emphasis semantically.