abstrait:<!DOCTYPE html> //聲明文檔類型<html><head> <meta charset = “utf-8”> //自動機(jī)編碼 <title>第一個HTML頁面</title&g
<!DOCTYPE html> //聲明文檔類型
<html>
<head>
<meta charset = “utf-8”> //自動機(jī)編碼
<title>第一個HTML頁面</title>
</head>
<body>
<div style = “backguround: red; height:300px; width:400px;>員工管理系統(tǒng)</div>
<p>hello world!</p>
</body>
</html>
Professeur correcteur:西門大官人Temps de correction:2019-04-02 10:56:04
Résumé du professeur:什么是自動機(jī)編碼?<meta charset = “utf-8”>這是設(shè)置文檔的編碼類型