Webseitenbau
Home
Sitemap
 
Web Webseitenbau
Google English français  
↑ 3. 3. 4 CSS-Definitionen im Textbereich der HTML-Datei (inline styles)

3.3.4 CSS-Definitionen im Textbereich der HTML-Datei (inline styles)

Bestandteile

Beispiele

a) Beispiel 1

<p style="font-size: 15pt; color: blue; margin-left: 20px">
	This is a paragraph
</p>

This is a paragraph

b) Beispiel 2

<p style="color: red; font-family: 'New Century Schoolbook', 
serif">
This paragraph is styled in red with the New Century 
Schoolbook font, if available.
</p>

This paragraph is styled in red with the New Century Schoolbook font, if available.

Grundlagen und Workshops