WebApp/HTML2010. 8. 5. 05:55
Studio[2b]에서 웹 페이지 제작시 사용하는 기본 틀입니다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<base href="http://www.example.com" />
<link rel="alternative" type="application/rss+xml" title="RSS Feed" href="/rss/" />
<link rel="shortcut icon" href="http://www.example.com/favicon.ico" />
<title>Example</title>
<meta name="description" content="This is a example page." />
<meta name="keyword" content="HTML, example" />
<style type="text/css">
</style>
<script type='text/javascript'>
</script>
</head>
<body>
</body>
</html>

'WebApp > HTML' 카테고리의 다른 글

HTML 페이지 이동(리다이렉트Redirect)  (0) 2010.08.13
Posted by 마이클