Working with Paragraph Elements
Tehtävä
Swipe to start coding
You will work with the same page. In this task, you need to save all the <p>
elements in a variable, and then display all the occurrences and number of the element in a html structure. Follow the next steps:
- Assign all the occurrences of
<p>
elements to thep
variable. - Output number of elements within the
p
variable (p
is a list).
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 6
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Awesome!
Completion rate improved to 4.35
Working with Paragraph Elements
Pyyhkäise näyttääksesi valikon
Tehtävä
Swipe to start coding
You will work with the same page. In this task, you need to save all the <p>
elements in a variable, and then display all the occurrences and number of the element in a html structure. Follow the next steps:
- Assign all the occurrences of
<p>
elements to thep
variable. - Output number of elements within the
p
variable (p
is a list).
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Awesome!
Completion rate improved to 4.35Osio 2. Luku 6
single