Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge 1: Text Markup | Tags and Attributes

Challenge 1: Text MarkupChallenge 1: Text Markup

Note

All challenges will be presented in the same form as you see now:

  • You will see the task that needs to be completed;
  • Next, you will encounter a block of code in which you need to make changes according to the task;
  • Click the Run Code button to preview your live page;
  • Below the code block, there are two buttons: Hint and Solution;
    • The Hint button will open a hint for this task;
    • The Solution button will reveal the correct solution to this task.
  • It is recommended to complete the task yourself before using the Solution button.

🏁 Goal

Take your first step as a web developer by creating your very first paragraph on a web page.

📋 Task

  1. You are provided with a code block below. Inside add a paragraph element <p>.
  2. Between the opening and closing tags of the paragraph element, include the following text: "I am starting my web journey!".
html

index.html

css

index.css

js

index.js

  1. Use the <p> element to create a paragraph in HTML.
  2. Place the text I am starting my web journey! between the opening and closing tags of the paragraph to make it appear on the web page.
html

index.html

css

index.css

js

index.js

¿Todo estuvo claro?

Sección 2. Capítulo 6

Challenge 1: Text MarkupChallenge 1: Text Markup

Note

All challenges will be presented in the same form as you see now:

  • You will see the task that needs to be completed;
  • Next, you will encounter a block of code in which you need to make changes according to the task;
  • Click the Run Code button to preview your live page;
  • Below the code block, there are two buttons: Hint and Solution;
    • The Hint button will open a hint for this task;
    • The Solution button will reveal the correct solution to this task.
  • It is recommended to complete the task yourself before using the Solution button.

🏁 Goal

Take your first step as a web developer by creating your very first paragraph on a web page.

📋 Task

  1. You are provided with a code block below. Inside add a paragraph element <p>.
  2. Between the opening and closing tags of the paragraph element, include the following text: "I am starting my web journey!".
html

index.html

css

index.css

js

index.js

  1. Use the <p> element to create a paragraph in HTML.
  2. Place the text I am starting my web journey! between the opening and closing tags of the paragraph to make it appear on the web page.
html

index.html

css

index.css

js

index.js

¿Todo estuvo claro?

Sección 2. Capítulo 6
some-alt