Multimedia Test System
STUDENT
FACULTY
SCHOOL
SUPPORT
PUBLIC
SIGNUP
DAILY QUIZ
M U L T I M E D I A T E S T S Y S T E M
Question of the Day for 5/21/2026
Subject: Quiz Questions 2
Take a look at the following code and tell when the user click on the "Link" anchor tag, which website would they go to.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<link rel="stylesheet" href="">
</head>
<body>
<script type="text/javascript">
function gotoYahoo(){
window.location = "http://yahoo.com”;
}
</script>
<a href="http://uakron.edu" onclick="gotoYahoo()">link</a>
</body>
</html>
http://yahoo.com
http://uakron.edu
Email Subscriptions:
To receive Question of the Day via email,
sign up for a student account
and subscribe to the mailing lists of your choice on AP, SAT, and MCAT exams and college subjects.
Blog Posts
News Digest
Contact Us
About Developer
Privacy Policy
©1997-2026 ecourse.org. All rights reserved.