w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



strong ... ⁄strong syntax

Syntax strong

Examples strong syntax

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

<strong>
...
</strong>

</body>
</html>

Video demonstration strong element, syntax

HTML5 strong element, syntax Tutorial

min video details
00:04 video tutorial: strong element, syntax
00:10 adding strong element in page
00:14 strong element has:

- a start tag: <strong>
- and an end tag: <⁄strong>
both required!
strong intro strong browser display strong parents - children