InterviewSolution
Saved Bookmarks
| 1. |
Your school has a web site, www.myschool.otg. You want to create a link to this site from your website. Write the code for implementing this. |
|
Answer» <A href="WWW.myschool.org">MySchool</A> |
|