href 찾기
다음 HTML을 참고하세요:
<html>
<head>
<title>Website Title</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="class1" id="div1">
<p class="class2">
Visit <a href="http://datacamp.com/">DataCamp</a>!
</p>
</div>
<div class="class1 class3" id="div2">
<p class="class2">
Or search for it on <a href="http://www.google.com">Google</a>!
</p>
</div>
</body>
</html>
다음 중 URL http://datacamp.com에 도달하는 방법을 올바르게 설명하지 않는 것은 무엇인가요?
이 연습은 강의의 일부입니다
