Menù
×
×
Corretta!

Esercizio:

Aggiungi un "tooltip" al paragrafo sottostante con il testo "About W3Schools".

<p title="About W3Schools">W3Schools è un sito per sviluppatori web.</p>

Not Correct

Click here to try again.

Correct!

Next ❯
<p




Vai su w3schools.com
Reimposta punteggio
Chiudi questo menu
"; txt += " '; txt += ' LA MIA PAGINA'; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; document.getElementById("userprogress").innerHTML = txt; x = Math.round((punteggio utente/numerodiesercizi) * 100); gradi = x * 3,6; se (gradi > 359) gradi = 359; document.getElementById("mypage_circle1").setAttribute("d", describeArc(26, 35, 24, 0, 359)); document.getElementById("mypage_circle2").setAttribute("d", describeArc(26, 35, 24, 0, gradi)); document.getElementsByClassName("exercisemenuinner")[0].style.top = "169px"; } } funzione polarToCartesian(centerX, centerY, raggio, angleInDegrees) { var angleInRadians = (angleInDegrees-90) * Math.PI / 180.0; return {x: centerX + (raggio * Math.cos(angleInRadians)), y: centerY + (raggio * Math.sin(angleInRadians)) }; } funzione descriveArco(x, y, raggio, startAngle, endAngle){ var start = polarToCartesian(x, y, raggio, endAngle); var end = polarToCartesian(x, y, raggio, startAngle); var largeArcFlag = endAngle - startAngle

Hai completato 0 di 88 esercizi:

Attributi HTML
Intestazioni HTML
Paragrafi HTML
Stili HTML
Formattazione HTML
Citazioni HTML
Commenti HTML
CSS HTML
Collegamenti HTML
Immagini HTML
Tabelle HTML
Elenchi HTML
Classi HTML
ID HTML
Iframe HTML
Script HTML
Codice informatico HTML
Moduli HTML
Attributi del modulo HTML
Elementi del modulo HTML
Tipi di input HTML
Attributi di input HTML

×

Reimpostare il punteggio?

Questo azzererà il punteggio di TUTTI gli 88 esercizi.

Sei sicuro di voler continuare?



×

Congratulazioni!

Hai finito tutti gli 88 esercizi HTML.

Condividi il tuo punteggio:



Ottieni la certificazione!

Prendi il nostro certificato di sviluppatore HTML per dimostrare di avere una conoscenza fondamentale dello sviluppo web utilizzando HTML.