Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<font color="red">rote Schrift</font>
<font color="#ff0000">rote Schrift</font>
normale Schrift <span style="color: red;">rote Schrift</span> normale Schrift
<syle type="text/css">
.rot {color: #f00;}
</style>
<span class="rot">rote Schrift</span>
<p class="rot">Kompletter Absatz in Rotschrift</p>
Oh, aber bitte keine font-Tags...oderCode:<font color="red">rote Schrift</font>
Code:<font color="#ff0000">rote Schrift</font>