Hello World
<!DOCTYPE html>
<html>
<head>
<title>hello hbuilder</title>
<script type="text/JavaScript">
function helloworld(){
}
</script>
<style type="text/css">
.classA{
font:"微软雅黑";
}
</style>
</head>
<body>
<div id="d1" class="classA"></div>
<div class="classA">
hello word!
</div>
</body>
</html>
<html>
<head>
<title>hello hbuilder</title>
<script type="text/JavaScript">
function helloworld(){
}
</script>
<style type="text/css">
.classA{
font:"微软雅黑";
}
</style>
</head>
<body>
<div id="d1" class="classA"></div>
<div class="classA">
hello word!
</div>
</body>
</html>