HTML Tags – Browser Command Tag


What is HTML <bb> tag ?

HTML <bb> tag is used for specifying a user agent/(browser) command that the user can invoke.

User browser command like example, downloading a website as a standalone web application.

Initially <bb> tag was introduced in HTML 5, but now removed from the HTML5 specification.

Example :

<!DOCTYPE html>
<html>
<head>
  <title>HTML bb tag</title>
</head>
<body>
  <bb type="myapp">Facebook Messanger</bb>
</body>
</html>

<bb> Tag Attributes

HTML <bb> tag support following specific attributes.

SnoAttributesValueDescription
1bbappnameDefine the application.

Global Attributes

HTML <bb> tag also support global attributes.

SnoAttributesValueDescription
1idunique_nameDeclared unique id for an element.
2classclass_nameDeclared one or more classnames for an element.
3stylestylesCSS inline styles specify an element.
4titletitleSpecify extra details of element contain, this will display as a “tooltip” for an elements.

HTML beginners tutorial !!!

Click to Learn More about – HTML Tutorial for beginners

Browser Compatibility

SnoBrowserSupport
1ChromeNo
2FirefoxNo
3EdgeNo
4OperaNo
5SafariNo
6Internet ExplorerNo