From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/html/element%2Fb.html | 78 ------------------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 devdocs/html/element%2Fb.html (limited to 'devdocs/html/element%2Fb.html') diff --git a/devdocs/html/element%2Fb.html b/devdocs/html/element%2Fb.html deleted file mode 100644 index f900c341..00000000 --- a/devdocs/html/element%2Fb.html +++ /dev/null @@ -1,78 +0,0 @@ -

<b>: The Bring Attention To element

The <b> HTML element is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance. This was formerly known as the Boldface element, and most browsers still draw the text in boldface. However, you should not use <b> for styling text or granting importance. If you wish to create boldface text, you should use the CSS font-weight property. If you wish to indicate an element is of special importance, you should use the <strong> element.

-

Try it

-
-

Attributes

-

This element only includes the global attributes.

-

Usage notes

-
-

Examples

-
-

html

-
<p>
-  This article describes several <b class="keywords">text-level</b> elements. It
-  explains their usage in an <b class="keywords">HTML</b> document.
-</p>
-Keywords are displayed with the default style of the
-<b>element, likely in bold.</b>
-
-
-

Result

-
- - -
-

Technical summary

-
Content categories Flow content, phrasing content, palpable content.
Permitted content -Phrasing content.
Tag omission None, both the starting and ending tag are mandatory.
Permitted parents Any element that accepts phrasing content.
Implicit ARIA role generic
Permitted ARIA roles Any
DOM interface HTMLElement
-

Specifications

-
- - -
Specification
HTML Standard
# the-b-element
-

Browser compatibility

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on IOSSamsung Internet
b112
1Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.
Yes1514.41841411.0
-

See also

-
-

- © 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b -

-
-- cgit v1.2.3