TIP. 확장별 인크루드 하는 코드
html : <? include "파일명.html"; ?> , <? include("파일명.html") ?>
php: <? include("파일명.php") ?>
jsp: <%@ include file="파일명.jsp"%>
asp: <!-- #include virtual = "파일명.asp" --> , <!-- #include file = "파일명.asp" -->
'WEB > HTML' 카테고리의 다른 글
React VS Vue (1) | 2018.03.22 |
---|---|
input form autocomplete 자동완성 기능 사용여부 지정 (0) | 2018.03.20 |
유튜브 영상 썸네일 올리기 (0) | 2017.11.13 |
기초-레이아웃 기본셋팅값 (0) | 2017.01.05 |
기초 - float 해제 (0) | 2016.11.23 |