InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following is web site address |
|
Answer» Most WEB BROWSERS display the URL of a web page above the page in an address bar. A typical URL could have the form http://www.example.com/index.html , which INDICATES a protocol ( http ), a hostname ( www.example.com ), and a file name ( index. html ). hope it helps |
|