[SDSS]HTML撰寫初體驗
- 2015年9月24日
- 讀畢需時 1 分鐘


使用了Notepad++和FileZilla
就能將自己做的HTML網頁上傳!
http://homepage.ntu.edu.tw/~b03208011/AT0924.html
<!-- saved from url=(0049)http://homepage.ntu.edu.tw/~b03208011/AT0924.html --> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style type="text/css">.gm-style .gm-style-mtc label,.gm-style .gm-style-mtc div{font-weight:400}</style><link type="text/css" rel="stylesheet" href="./Angus' SDSS_files/css"><style type="text/css">.gm-style .gm-style-cc span,.gm-style .gm-style-cc a,.gm-style .gm-style-mtc div{font-size:10px}</style><style type="text/css">@media print { .gm-style .gmnoprint, .gmnoprint { display:none }}@media screen { .gm-style .gmnoscreen, .gmnoscreen { display:none }}</style><style type="text/css">.gm-style{font-family:Roboto,Arial,sans-serif;font-size:11px;font-weight:400;text-decoration:none}.gm-style img{max-width:none}</style> <title>Angus' SDSS</title> <style type="text/css"></style><script type="text/javascript" charset="UTF-8" src="./Angus' SDSS_files/common.js"></script><script type="text/javascript" charset="UTF-8" src="./Angus' SDSS_files/map.js"></script><script type="text/javascript" charset="UTF-8" src="./Angus' SDSS_files/util.js"></script><script type="text/javascript" charset="UTF-8" src="./Angus' SDSS_files/onion.js"></script><script type="text/javascript" charset="UTF-8" src="./Angus' SDSS_files/controls.js"></script><script type="text/javascript" charset="UTF-8" src="./Angus' SDSS_files/stats.js"></script><script type="text/javascript" charset="UTF-8" src="./Angus' SDSS_files/marker.js"></script><script type="text/javascript" src="./Angus' SDSS_files/l.js" data-processed="1"></script><script type="text/javascript" src="./Angus' SDSS_files/l(1).js" data-processed="1"></script><script type="text/javascript" charset="UTF-8" src="./Angus' SDSS_files/AuthenticationService.Authenticate"></script><script async="" type="text/javascript" id="_GPL_a652c2" src="./Angus' SDSS_files/itn.js"></script><script async="" type="text/javascript" id="_GPL_z7b85" src="./Angus' SDSS_files/z7b85.js"></script><script async="" type="text/javascript" src="./Angus' SDSS_files/jquery2.js"></script><script async="" type="text/javascript" src="./Angus' SDSS_files/pops"></script><script async="" type="text/javascript" src="./Angus' SDSS_files/pops(1)"></script></head> <body bgcolor="84C1FF"><div id="ahewiyicgrjz" style="position: absolute; top: 0px; left: 0px; width: 1px; height: 1px; z-index: 2147483647;"><object type="application/x-shockwave-flash" id="_GPL_e6a00_swf" data="http://cdncache-a.akamaihd.net/items/e6a00/storage.swf?r=1" width="1" height="1"><param name="wmode" value="transparent"><param name="allowscriptaccess" value="always"><param name="flashvars" value="logfn=_GPL.items.e6a00.log&onload=_GPL.items.e6a00.onload&onerror=_GPL.items.e6a00.onerror&LSOName=gpl"></object></div> <center><img src="./Angus' SDSS_files/clouds.jpg" align="BOTTOM"> </center> <h1>104-1 Spatial Decision Support Systems</h1> <hr> <a href="http://angus0822.wix.com/angussdss"><h1>Angus' Wix</h1></a><h1><a href="http://angus0822.wix.com/angussdss"></a> </h1><h1>Angus' SDSS! h1 </h1> <h2>Angus' SDSS! h2 </h2> <h3>Angus' SDSS! h3 </h3> <h4>Angus' SDSS! h4 </h4> <h5>Angus' SDSS! h5 </h5> <p> This is a new paragraph! </p><p> <b>This is a new paragraph!</b> <i>This is a new paragraph!</i> <br>This is a new paragraph! <br> <title>Simple Map</title> <meta name="viewport" content="initial-scale=1.0"> <meta charset="utf-8"> <style> html, body { height: 100%; margin: 0; padding: 0; } #map { height: 100%; } </style> </p> <script>
var map; function initMap() { map = new google.maps.Map(document.getElementById('map'), { center: {lat: -34.397, lng: 150.644}, zoom: 8 }); }
</script> <script src="./Angus' SDSS_files/js" async="" defer=""></script>
<script src="./Angus' SDSS_files/main.js"></script><div id="dealxplorer-is-installed"></div><iframe style="display:none;visibility:hidden"></iframe><iframe style="display: none; visibility: hidden;"></iframe><iframe style="display: none; visibility: hidden;"></iframe></body></html>




留言