HTML/CSS/Text Tags/strong

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

"strong" Example

   <source lang="html4strict">
   

<html> <head> <title>strong element example</title> </head> <body>

Strong and bold text.

</body> </html>


     </source>