인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

shy03752605's profile image
shy03752605

asked

HTML+CSS+JS Portfolio Practical Publishing (Season 1)

How to Use HTML5 Core Tags (Links, Images)

하이퍼링크가 작동이 안됩니다

Written on

·

187

1

jqueryHTML/CSS

Answer 1

0

codingworks님의 프로필 이미지
codingworks
Instructor

잘못된 점을 찾을 수가 없는데요...

텍스트에디터를 어떤 것을 사용하시는지 모르겠지만 혹시 저장을 안하신건 아닌가요?

라이브서버로 보고 계신것 같은데요.

 

<!doctype html>

<html>

<head>

  <meta charset="utf-8">

  <title>Document</title>

</head>

<body>

 

 <a href="http://www.google.com">google</a>

  

</body>

</html>

shy03752605's profile image
shy03752605

asked

Ask a question