اجرا
1264 x 150
1
2
<html>
3
<body>
4
<h1>strong tag example</h1>
5
<p><strong>This text is important!</strong></p>
6
</body>
7
</html>
<!DOCTYPE html>
<html>
<body>
<h1>strong tag example</h1>
<p><strong>This text is important!</strong></p>
</body>
</html>