html的基本结构是什么

如题所述

html的基本结构如下:
<!DOCTYPE html>
<html>
<head>
<title>网页标题</title>
</head>
<body>

</body>
</html>
温馨提示:答案为网友推荐,仅供参考
相似回答