如何建立一個HTML文件
提問人:劉團圓發(fā)布時間:2020-10-10
打開你的Notepad,新建一個文件,然后拷貝以下代碼到這個新文件,然后將這個文件存成first.html。
<html>
<head>
<title>Title of page</title>
</head>
<body>
This is my first homepage. <b>This text is bold</b>
</body>
</html>
繼續(xù)查找其他問題的答案?
相關(guān)視頻回答
點擊加載更多評論>>