Challenge: Apply Special Text Markup
Task
Create an HTML document with tags for text formatting, links, and a button.
index.html
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 appropriatehrefvalues 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".
- For URL use
- Step 6: Use the
<button>tag with thetype="button"attribute to create a clickable button.
index.html
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 8
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Can you show me an example of how to use all these tags together in an HTML document?
What should the button do when clicked?
Can you explain the difference between <strong> and <em> tags?
Awesome!
Completion rate improved to 2.86
Challenge: Apply Special Text Markup
Swipe to show menu
Task
Create an HTML document with tags for text formatting, links, and a button.
index.html
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 appropriatehrefvalues 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".
- For URL use
- Step 6: Use the
<button>tag with thetype="button"attribute to create a clickable button.
index.html
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 8