Create a Web page named quotes.html that can be used to select and display at least three of your favorites quotations. The layout of this page is up to you. In particular, you may choose to use buttons or dynamic images.. The button or image should clearly identify the author of the quotation, and the author's name should appear in italics at the end of the quotation.

What will be an ideal response?


```







Quote Page




Computing Quotes


onclick="document.getElementById('outputDiv').innerHTML=
'I believe that at the end of the century the use of words and general ' +
'educated opinion will have altered so much that one will be able to ' +
'speak of machines thinking without expecting to be contradicted. ' +
'-- Alan Turing';">

onclick="document.getElementById('outputDiv').innerHTML=
'Anyone who has lost track of time when using a computer knows the ' +
'propensity to dream, the urge to make dreams come true and the ' +
'tendency to miss lunch. -- Tim Berners-Lee';">













Quote Page




Computing Quotes


Alan Turing
John von Neumann onmouseover="document.getElementById('quoteDiv').innerHTML=
'It would appear that we have reached the limits of what it is ' +
'possible to achieve with computer technology, although one should ' +
'be careful with such statements, as they tend to sound pretty silly ' +
'in 5 years. -- John von Neumann';" onmouseout="document.getElementById('quoteDiv').innerHTML='';">
Tim Berners-Lee






```

Computer Science & Information Technology

You might also like to view...

Which of the following statements about the for statement is false?

a. The three expressions in the for statement are optional. b. The initialization and increment expressions can be comma-separated lists. c. You must declare the control variable before the for statement. d. A for statement can always be used to replace a while statement, and vice versa.

Computer Science & Information Technology

How do you edit the sudoers file?

What will be an ideal response?

Computer Science & Information Technology

The component of Outlook that contains panes, folders, and tools for managing e-mail is called the ________ component

A) contacts B) task C) calendar D) e-mail

Computer Science & Information Technology

How does the contents of a users’ requirements specification differ from a systems specification?

What will be an ideal response?

Computer Science & Information Technology