• 2022-05-27
    定义网页标题的HTML标签()
    A: body…/bady
    B: meat…/meat
    C: title…/title
    D: head…/head
  • C

    举一反三

    内容

    • 0

      用 HTML标记语言编写一个简单的网页,网页最基本的结构是( )? A: <html> <title>…</title> <frame>…</frame> </html> B: <html> <head>…</head> <body>…</body> </html> C: <html> <head>…</head> <frame>…</frame> </html> D: <html> <title>…</title> <body>…</body> </html>

    • 1

      用HTML标记语言编写一个简单的网页,网页最基本的结构是()。 A: A<html><head>…</head><frame>…</frame></html> B: B<html><title>…</title><body>…</body></html> C: C<html><title>…</title><frame>…</frame></html> D: D<html><head>…</head><body>…</body></html>

    • 2

      不属于HTML文档结构标签的是( ) A: <;html>;<;/html>; B: <;title>;<;/title>; C: <;head>;<;/head>; D: <;body>;<;/body>;

    • 3

      设置网页的标题时,在HTML源代码中需要使用()标记。 A: 〈head〉〈/head〉 B: 〈title〉〈/title〉 C: 〈body〉〈/body〉 D: 〈table〉〈/table〉

    • 4

      网页HTML标签中的两个最基础的标签是( )。 A: head和body B: head和title C: title和meta D: meta和body