Speisekarte
×
×
Richtig!

Übung:

Fügen Sie dem folgenden Absatz einen „Tooltip“ mit dem Text „Über W3Schools“ hinzu.

<p title="Über W3Schools">W3Schools ist eine Website für Webentwickler.</p>

Not Correct

Click here to try again.

Correct!

Next ❯
<p




Gehen Sie zu w3schools.com
Punktzahl zurücksetzen
Schließen Sie dieses Menü
"; txt += " '; txt += ' MEINE SEITE'; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; document.getElementById("Benutzerfortschritt").innerHTML = txt; x = Math.round((userscore/numberofübungs) * 100); Grad = x * 3,6; wenn (Grad > 359) Grad = 359; document.getElementById("mypage_circle1").setAttribute("d", describeArc(26, 35, 24, 0, 359)); document.getElementById("mypage_circle2").setAttribute("d", describeArc(26, 35, 24, 0, Grad)); document.getElementsByClassName("Übungsmenü")[0].style.top = "169px"; } } function polarToCartesian(centerX, centerY, radius, angleInDegrees) { var angleInRadians = (angleInDegrees-90) * Math.PI / 180.0; return { x: centerX + (radius * Math.cos(angleInRadians)), y: centerY + (radius * Math.sin(angleInRadians)) }; } Funktion descriptionArc(x, y,radius, startAngle, endAngle){ var start = polarToCartesian(x, y, radius, endAngle); var end = polarToCartesian(x, y, radius, startAngle); var largeArcFlag = endAngle - startAngle

0 von 88 Übungen abgeschlossen:

HTML-Attribute
HTML-Überschriften
HTML-Absätze
HTML-Stile
HTML-Formatierung
HTML-Zitate
HTML-Kommentare
HTML-CSS
HTML-Links
HTML-Bilder
HTML-Tabellen
HTML-Listen
HTML-Klassen
HTML-ID
HTML-Iframes
HTML-Skripte
HTML Computercode
HTML-Formulare
HTML-Formularattribute
HTML-Formularelemente
HTML-Eingabetypen
HTML-Eingabeattribute

×

Punktzahl zurücksetzen?

Dadurch wird die Punktzahl ALLER 88 Übungen zurückgesetzt.

Sind Sie sicher, dass Sie fortfahren wollen?



×

Herzliche Glückwünsche!

Sie haben alle 88 HTML-Übungen abgeschlossen.

Teilen Sie Ihre Punktzahl:



Zertifiziert werden!

Nehmen Sie an unserem HTML-Entwicklerzertifikat teil, um nachzuweisen, dass Sie über grundlegende Kenntnisse in der Webentwicklung mit HTML verfügen.