Zusammenfassung der Ressource
Frage 1
Frage
What is the correct HTML for referring to an external style sheet?
Antworten
-
<link rel="stylesheet" type="text/css" href="mystyle.css">
-
<style src="mystyle.css">
-
<stylesheet>mystyle.css</stylesheet>
-
<a href="mystyle.css"></a>
Frage 2
Frage
There are three types of loops: [blank_start]for[blank_end], [blank_start]for...in[blank_end], [blank_start]while[blank_end]
Frage 3
Frage
What is wrong with this code? (check all that apply)
Antworten
-
testing 1
-
testing 2
-
testing 3
-
testing 4