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" -->