国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Getting started with HTML documents

Create a new text document on the desktop and rename it demo1.html

Write the following code in it:

<!DOCTYPE html>
<html lang="en">
<head>
   <meta charset="UTF-8">
   <title>PHP中文網(wǎng)</title>
</head>
<body>
   This is m.miracleart.cn!
</body>
</html>

微信圖片_20180314102704.png

After saving, right-click to open the file in a browser, as shown below:

微信圖片_20180314102720.png

##If garbled characters appear, modify the browser settings to Simplified Chinese format

微信圖片_20180314102855.png

Continuing Learning
||
<?php echo "我的第一個網(wǎng)頁";
submitReset Code