Finding href
Considering the following 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>
Which of the following does not correctly describe how to get to the URL, http://datacamp.com?
Latihan ini adalah bagian dari kursus
Web Scraping in Python
Latihan interaktif praktis
Ubah teori menjadi tindakan dengan salah satu latihan interaktif kami.
Mulai berolahraga