Alpinwolf
0
Q:

html strong

<strong> This text is very strong!</strong>
1
<!DOCTYPE html>
<html>
<body>

<h1>Phrase elements</h1>

<em>Emphasized text</em><br>
<strong>Strong text</strong><br>
<code>A piece of computer code</code><br>
<samp>Sample output from a computer program</samp><br>
<kbd>Keyboard input</kbd><br>
<var>Variable</var>

</body>
</html>
0

    strong { 
  font-weight: bold;
}  
0

New to Communities?

Join the community