2013年6月26日 星期三

A standard Html file would be

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 src="js/event-sourceFileName.js"></script> <!--import javascript include javascript  -->
     <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>

沒有留言:

張貼留言