시작하기무료로 시작하기

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에 도달하는 방법을 올바르게 설명하지 않는 것은 무엇인가요?

이 연습은 강의의 일부입니다

Python으로 하는 웹 스크레이핑

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작