Designer-Logo
Designer-Logo
Überschrift Beispiel Tag b
<!DOCTYPE html>
<html>
<body>
<h3>Das b-Element</h3>
<p>Das ist normaler Text - <b>und das ist fettgedruckter Text</b></p>
</body>
</html>
Überschrift BrowserAusgabe

Das b-Element

Das ist normaler Text - und das ist fettgedruckter Text.