WEB/HTML

html include

연꽃- 2017. 6. 13. 19:39


TIP. 확장별 인크루드 하는 코드

html : <? include "파일명.html"; ?> , <? include("파일명.html") ?>

php: <? include("파일명.php") ?>

jsp: <%@ include file="파일명.jsp"%>

asp: <!-- #include virtual = "파일명.asp" --> , <!-- #include file = "파일명.asp" -->

출처 http://eujin2.blog.me/100124060532

출처 http://loveisyong.tistory.com/entry/%EC%9D%B8%ED%81%AC%EB%A3%A8%EB%93%9C-include-%EC%84%A4%EB%AA%85-%EB%B0%A9%EB%B2%95