lab-development-imb/web/10/demos/css/01_inline.html

10 lines
243 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Mein erstes CSS</title>
</head>
<body>
Dieser <span style="color:magenta; background-color:aquamarine;">Text</span> soll schöner werden.
</body>
</html>