1. Which of the following cannot be controlled by CSS
1. Page font size
2. Page creation time
3. Page background
4. Page Layout
2. Please answer true or false We can use PHP to dynamically generate JavaScripts
True
False
3. HTML is basiccally an XML document
TRUE OR FALSE
4. The inline style CSS overrides external CSS when style are in conflict ?
TRUE OR FALSE
5. Which of the following application is least likely to be created usung JavaScript?
1. Prompt the user to enter a value
2. Dynamically change the background color
3. Read values from database server
4. Display a different image every 5 minutes
6. Which of the folowing applications is least likely to be created
1. Display a dynamic live clock showing hour, minute =, and second
2. Include a common copyright notice on every page
3.create a dynamic HTML table with 4 rows and 3 coloms
4. Process user inputs from HTML Form
7. What is the basic elements of a web application?
8. What are three ways CSS can be inserted in an HTML document?
9. Write a peice of JavaScript to change the text of the buttin to "clicked" when the button is clicked. Requirements
Write the HTML for the button elements
Write JavaScript in a script block provided
.