w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



b ... ⁄b syntax

Syntax b

Example b syntax: both tags required

Valid Syntax
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
<head>
<title>...</title>
</head>
<body>

<b>...</b>

</body>
</html>

Video demonstration b element, syntax

HTML5 b syntax, Tutorial

min video details
00:04 video tutorial: b element, syntax
00:10 adding b element in page
00:13 b element has:

- a start tag: <b>
- and an end tag: <⁄b>
b intro b browser display b parents - children