How to define strong text in HTML

1 Answer

0 votes
<!DOCTYPE html>
<html>
    <body>

         <strong>strong text</strong>

    </body>
</html>

<!--
run:


-->

 



answered Dec 2, 2018 by avibootz

Related questions

1 answer 188 views
188 views asked Dec 4, 2018 by avibootz
1 answer 185 views
185 views asked Dec 3, 2018 by avibootz
1 answer 171 views
1 answer 199 views
1 answer 218 views
1 answer 190 views
...