Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Uitdaging: Verken Lettertype-Eigenschappen | Tekst Opmaken in CSS
CSS-Grondbeginselen

bookUitdaging: Verken Lettertype-Eigenschappen

Taak

Pas verschillende lettertype-eigenschappen toe op specifieke elementen:

Voor h1:

  • Lettertypefamilie: Arial.
  • Lettergrootte: 36px.
  • Lettergewicht: 600.
  • Letterstijl: italic.

Voor p:

  • Lettertypefamilie: Georgia.
  • Lettergrootte: 18px.
  • Lettergewicht: 400.
  • Letterstijl: normal.
index.html

index.html

index.css

index.css

copy
  • font-family: Geeft de lettertypefamilie op.
  • font-size: Definieert de lettergrootte.
  • font-weight: Stelt het lettertypegewicht in.
  • font-style: Geeft de lettertypestijl op.
index.html

index.html

index.css

index.css

copy

Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 2. Hoofdstuk 6

Vraag AI

expand

Vraag AI

ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

Suggested prompts:

Can you show me how to write the CSS for these font properties?

What would the HTML look like with these styles applied?

Can you explain the difference between font-weight and font-style?

Awesome!

Completion rate improved to 2.56

bookUitdaging: Verken Lettertype-Eigenschappen

Veeg om het menu te tonen

Taak

Pas verschillende lettertype-eigenschappen toe op specifieke elementen:

Voor h1:

  • Lettertypefamilie: Arial.
  • Lettergrootte: 36px.
  • Lettergewicht: 600.
  • Letterstijl: italic.

Voor p:

  • Lettertypefamilie: Georgia.
  • Lettergrootte: 18px.
  • Lettergewicht: 400.
  • Letterstijl: normal.
index.html

index.html

index.css

index.css

copy
  • font-family: Geeft de lettertypefamilie op.
  • font-size: Definieert de lettergrootte.
  • font-weight: Stelt het lettertypegewicht in.
  • font-style: Geeft de lettertypestijl op.
index.html

index.html

index.css

index.css

copy

Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 2. Hoofdstuk 6
some-alt