HTML/CSS/Text Tags/strong

Материал из Web эксперт
Перейти к: навигация, поиск

"strong" Example

    
<html>
<head>
<title>strong element example</title>
</head>
<body>
<p align="center">
    <strong>Strong</strong> and 
    <strong>bold</strong> text.
</p>
</body>
</html>