Correct Answers (Verified Answers)
| Already Graded A+
What video files are supported - {✔✔ANSWER✔✔}-MP4
(mpeg4) WebM and OGG
codec H.264
remember this
What music files are supported - {✔✔ANSWER✔✔}-
MP3 WAV and OGG
remember this
What image files are supported - {✔✔ANSWER✔✔}-
jpeg, gif, svg, png, apng, png_ico, bmp, bmp_ico,
Apig gifts a savefile to 3 pinguins and is bumped twice
a
.a
#a - {✔✔ANSWER✔✔}-anchor tag
class ="a"
, id="a"
remember this
how to track visitors IP address - {✔✔ANSWER✔✔}-
Geolocation API
remember this
code to implement appChache for offline viewing -
{✔✔ANSWER✔✔}-<html manifest="my-
webpage.appcache">
remember the html tag with the manifest
remember this
Does js run client or server side - {✔✔ANSWER✔✔}-
client
html comment - {✔✔ANSWER✔✔}-< ! ╌ text ╌>
css comment - {✔✔ANSWER✔✔}-/ asterixis text
asterixis /
(quizlet has issues displaying * after /
js comment - {✔✔ANSWER✔✔}-// text until the end of
the line
Unassign a variable without deleting it -
{✔✔ANSWER✔✔}-= undefined
a var can never truly be unset anymore
= delete is removing it completely
DOM is a representation of what code? -
{✔✔ANSWER✔✔}-HTML