解析:
html的基本组成部分如下:
<html>根控制标记(头) <head> 头控制标记(头) <title>标题</title> 标题标记 </head> 头控制标记(尾) <body>网页显示区域(一般要实现的代码都在这里写)</body> </html>根控制标记(尾)