A standard Html File
A standard Html file would be
HTML (Hyper Text Markup Language)
<!DOCTYPE HTML>
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- utf8 -->
<!--import css include css -->
<link rel='stylesheet' id='style_css-css' href='css/styleSheetFileName.css' />
<style>ThisPageStype</style>
<script>ThisPageJavaScript</script>
<TITLE> This is my First HomePage ! </TITLE> <!--it is display in the browser title bar -->
</HEAD>
<BODY> <!-- the main content -->
Hello World!
</BODY>
</HTML>
沒有留言:
張貼留言