我的第一个hbuilder项目

来源:互联网 发布:南京行知小学宿舍 编辑:程序博客网 时间:2024/05/17 03:53

今天第一次学习了hbuilder,要记录下我的第一个项目。先打开hbuilder,然后创建web项目,就可以开始写代码了。

<html>

  <head>

    <title>hello hbuilder</title>

     <script type="text/JavaScript">

      function  helloworld(){

}</script></head>

<body>

<div id="d1" class="classA"></div>

<div class="classA">

helloword

</div>

</body>

</html>