Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Applying Special Text Markup | HTML Fundamentals
HTML Essentials

bookChallenge: Applying Special Text Markup

Task

Create an HTML document with tags for text formatting, links, and a button.

index.html

index.html

copy

Task

  • Step 1: Use <strong> tag to emphasize important text.
  • Step 2: Use <em> tag to add emphasis by italicizing text.
  • Step 3: Use <u> tag to underline text for visual clarity.
  • Step 4: Use <s> tag to add a strikethrough effect to text.
  • Step 5: Add <a> tags to create links. Specify appropriate href values for different types of links.
    • For URL use href="https://codefinity.com/;
    • For telephone use href="tel:+987654321";
    • For email use href="mailto:example@example.com".
  • Step 6: Use the <button> tag with the type="button" attribute to create a clickable button.
index.html

index.html

copy

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 6

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

Awesome!

Completion rate improved to 3.13

bookChallenge: Applying Special Text Markup

Stryg for at vise menuen

Task

Create an HTML document with tags for text formatting, links, and a button.

index.html

index.html

copy

Task

  • Step 1: Use <strong> tag to emphasize important text.
  • Step 2: Use <em> tag to add emphasis by italicizing text.
  • Step 3: Use <u> tag to underline text for visual clarity.
  • Step 4: Use <s> tag to add a strikethrough effect to text.
  • Step 5: Add <a> tags to create links. Specify appropriate href values for different types of links.
    • For URL use href="https://codefinity.com/;
    • For telephone use href="tel:+987654321";
    • For email use href="mailto:example@example.com".
  • Step 6: Use the <button> tag with the type="button" attribute to create a clickable button.
index.html

index.html

copy

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 6
some-alt