하은양 믿음군 효실맘 호홍홍집s

html 에서 base 태그사용 본문

가벼운 배움/Html

html 에서 base 태그사용

호홍홍집 2016. 8. 22. 17:47

<html>

<head>

<title>네이버</title>

<base href="http://www.naver.com">

.......

</head>

<body> ......  </body>

</html>


위와 같이 base태그를 설정해 주면 해당 소스 카피된 html 파일이

정상적으로 익스플로러 상에서 보여진다.