In client-side programming, the web browser is essentially the compiler / interpreter.
Blog
All HTML elements have an opening tag and a closing tag.
All HTML elements have an opening tag and a closing tag.
Fill in the blanks to use JavaScript to change the backgroun…
Fill in the blanks to use JavaScript to change the background color of the body element to be deepskyblue. _____._____._____._____ = _____;
Fill in the blanks to have the element with an id of magic t…
Fill in the blanks to have the element with an id of magic to have green text. _____ { color: green; }
Which of the following are inline elements?
Which of the following are inline elements?
If we see a URL that looks like: http://website.cxx/page.htm…
If we see a URL that looks like: http://website.cxx/page.html?q=mule What can we infer?
Fill in the blanks to check which button on the mouse was pu…
Fill in the blanks to check which button on the mouse was pushed. Assume the function has been registered as an event handler for the appropriate mouse event. function mouseHandler(e) { if (_____ == 0) { // Do something! } else if (_____ == 1) { // Do something else! } else if (_____ == 2) { // Do yet something else! } }
What is an event handler?
What is an event handler?
What is a serif font?
What is a serif font?
Match the layout / positioning technique with its descriptio…
Match the layout / positioning technique with its description.