본문 바로가기

Private Post

Edit Plus용 HTML 문서 Template

제가 사용하고자 하는 용도입니다.

 

DTD를 XHTML 1.0 Strict로 선언하였습니다.

DTD에 관하는 글은 여기를 선택하여 이동 하시기 바랍니다.

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title> new document </title>
		<meta name="generator" content="editplus">
		<meta name="author" content="angeleyes">
		<meta name="keywords" content="angeleyes,testhtml,testjavascript">
		<meta name="description" content="test document">
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

		<style type="text/css">

		</style>

		<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

		<script language="javascript" type="text/javascript">
		//<![cdata[
			$(document).ready(function() {
				
			});
			
			function fnFunction(){
				try {
					
				}
				catch(e) {
					alert("test ==> " + e.message);
				}
			}
		//]]>
		</script>
	</head>

	<body>
		<input type="text" id="txtText" value="" />
		<input type="button" id="btnButton" value="button" onclick="fnFunction();" />
		^!
	</body>
</html>


HTML 자동 완성 파일

#TITLE=HTML
; EditPlus Auto-completion File v1.0 written by ES-Computing.
; This file is intended to be used by HTML Toolbar of EditPlus.
; <WARNING>
; This file is required for EditPlus to run correctly.
; You can modify only the content of each entry.
; Do not add/remove any entry.
; Do not modify title of each entry.

#case=y

#t=b
b>^!</b>
#t=i
i>^!</i>
#t=u
u>^!</u>
#t=h1
h1>^!</h1>
#t=h2
h2>^!</h2>
#t=h3
h3>^!</h3>
#t=h4
h4>^!</h4>
#t=h5
h5>^!</h5>
#t=h6
h6>^!</h6>
#t=br
br />
#t=p
<p>
#t=nb
&nbsp;
#t=a
a href="">^!</a>
#t=hr
hr />
#t=img
img src="^!" style="width:auto; height:auto;" border="0px" alt="" />
#t=center
<center>^!</center>
#t=blockquote
<blockquote>^!</blockquote>
#t=pre
<pre>^!</pre>
#t=!--
!-- ^! -->
#t=ul
ul>
	<li>^!</li>
	<li></li>
</ul>
#t=ol
ol>
	<li>^!</li>
	<li></li>
</ol>
#t=dl
dl>
	<dt>^!</dt>
	<dd></dd>
</dl>
#t=form
form method=post action="">
	^!
</form>
#t=frame
frameset rows="^!," cols=",">
	<frame src="" name="">
	<frame src="" name="">
</frameset>
#t=map
map name="^!">
	<area shape="" href="" coords="" alt="">
</map>
#t=script
script language="javascript" type="text/javascript">
<!--
	function fnFunction(){
		try {
			^!
		}
		catch(e) {
			alert("test ==> " + e.message);
		}
	}
//-->
</script>
#t=applet
<applet code="^!" width="" height="">
</applet>
#t=text
<input type="text" id="^!" value="" />
#t=select
<select id="">
	<option value="" selected>^!</option>
	<option value=""></option>
</select>
#t=radio
<input type="radio" id="^!" />
#t=checkbox
<input type="checkbox" id="^!" />
#t=textarea
<textarea id="" rows="" cols="">^!</textarea>
#t=reset
<input type="reset" />
#t=submit
<input type="submit" />
#t=password
<input type="password" id="^!" />
#t=hidden
<input type="hidden" id="^!" value="" />
#t=formimage
<input type="image" src="^!" id="" />
#t=button
<input type="button" id="^!" value="" onclick="" />
#t=font
font size="" color="">^!</font>
#t=table
table border="0" cellspacing="0" cellpadding="0" style="width:100%;">
	<tr>
		<td>^!</td>
	</tr>
</table>
#t=table2
</table>
#t=tr
tr>^!</tr>
#t=tr2
</tr>

#t=td
td>^!</td>
#t=td2
	<td></td>

#t=object
<object id="%s" width="^!" height="" classid="clsid:%s">
</object>
#t=style
style type="text/css">
	^!
</style>
#t=div
div id="" class="" style="">
	^!
</div>
#t=span
span class="" style="">^!</span>
#

'Private Post' 카테고리의 다른 글

*_*  (0) 2009.06.02