题目3单选题
用 HTML标记语言编写一个简单的网页,网页最基本的结构是A. <html> <head>…</head> <body>…</body> </html>B. <html> <head>…</head> <frame>…</frame> </html>C. <html> <title>…</title> <frame>…</frame> </html>D. <html> <title>…</title> <body>…</body> </html>