logo

Crowdly

V spodnjem dokumentu HTML naslovite samo prvi element SPAN (z vsebino Besedilo ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

V spodnjem dokumentu HTML naslovite samo prvi element SPAN (z vsebino Besedilo 1), ki ima nastavljeno barvo na rdeče. 

 

Dokument HTML

<main>

<span>

<p>Besedilo 1</p>

</span>

<div>

<span>

<p>Besedilo 2</p>

</span>

</div>

</main>

 

Dokument CSS

main  

{

color: red

;

}

More questions like this

Want instant access to all verified answers on estudij.um.si?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!