emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
| m (fixed error) |  (fieser Fehler: style und class verwechselt!) | ||
| Line 12: | Line 12: | ||
| == Einbinden von CSS == | == Einbinden von CSS == | ||
| Stylesheets können intern und extern im <tt><nowiki><head></nowiki></tt> oder inline (in individuellen Tags) mit <tt><tag style="background-color:red"></tt> eingebunden werden: | Stylesheets können intern und extern im <tt> | ||
| <nowiki><head></nowiki> </tt> oder inline (in individuellen Tags) mit <tt><tag style="background-color:red"></tt> eingebunden werden: | |||
| Line 53: | Line 54: | ||
| </head>   | </head>   | ||
| <body> | <body> | ||
| 	<p>Hallo <span  | 	<p>Hallo <span class="red">Welt</span></p> | ||
| </body>   | </body>   | ||
| </html> | </html> | ||
| Line 72: | Line 73: | ||
| </head> | </head> | ||
| <body>   | <body>   | ||
| 	<p>Hallo <span  | 	<p>Hallo <span class="red">Welt</span></p> | ||
| </body>   | </body>   | ||
| </html> | </html> | ||