Zusammenfassung der Ressource
Frage 1
Frage
Which tag will create a line of text on your web page?
Frage 2
Frage
Which tag will create a title above the menu in the browser for the web page?
Antworten
-
<above title>
-
<Web Title>
-
<title>
-
<p>
Frage 3
Frage
Which line of html is free of error
Antworten
-
<p> This is a line of text</>
-
<p> This is a line of text<p/>
-
This is a line of text</p>
-
<p> This is a line of text</p>
Frage 4
Frage
Which line of code is without error, if the image is an animated gif?
Antworten
-
<img src="smile.jpeg">
-
<img src=smile.gif>
-
<img src="smile.gif">
-
< src="smile.gif">
Frage 5
Frage
All Html pages must begin with ............
Antworten
-
<title>
-
</html>
-
<html>
-
there is no set way
Frage 6
Frage
All html pages must end with .......
Antworten
-
<the end>
-
<end>
-
<html>
-
</html>