strong Element
Description
The strong
element marks important text.
The strong
element has the same
style convention as the b
element.
Example
The following code shows the strong
element in use.
<!DOCTYPE HTML>
<html>
<body>
<strong>Warning:</strong> HTML5 is good.
</body><!-- w ww . j a v a2 s .com-->
</html>