单选题(80分) 56、(1分)下列哪个是正确的标题标记? OA、<heading> OB、<title> OC、<h1> OD、<header>
时间: 2023-08-06 22:06:55 浏览: 127
markdown-it-heading-wrapper:一个markdown-it插件,用于将标题包装在任意标记中
下列中正确的标题标记是 `<h1>`,选项C是正确的。`<h1>` 标签是用于定义 HTML 文档中的标题的标签。它是 HTML 中 6 个级别的标题之一,从 `<h1>` 到 `<h6>`。`<h1>` 标签定义最重要的标题,而 `<h6>` 标签定义最不重要的标题。例如,以下代码将在 HTML 页面的顶部创建一个标题为 "Welcome to my website" 的 `<h1>` 元素:
```html
<!DOCTYPE html>
<html>
<head>
<title>My website</title>
</head>
<body>
<h1>Welcome to my website</h1>
<p>...</p>
</body>
</html>
```
在上面的代码中,`<h1>` 元素用于显示页面的主要标题,而 `<title>` 元素用于定义文档的标题,将显示在浏览器的标题栏中。
阅读全文
相关推荐
Response was of unexpected text/html ContentType. Incoming portion of HTML stream: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><HTML><HEAD><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>CXF - Service list</title></head><body>Available SOAP services:
IBgsOutServicedeclarationqureyStatusqureyDecldeclarationBgsoutDocument Endpoint address: http://sz.91etg.com:9310/etgwebservice/iBgsOut
WSDL : {http://impl.service.bgsOut.winlu.com/}BgsOutServiceImplService
Target namespace <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="vue.js"></script> </head> <body> 图书管理系统 <label>id: </label><input type="text" class="form-control" v-model="id" disabled> <label>name: </label><input type="text" class="form-control" v-model="name" onchange="onchange(id)"> <input type="button" value="添加" class="btn btn-primary" @click. ="add" :disable="isEditable"> id name time {{book.id}} {{book.name}} {{book.time}} 删除 <script src="vue.js"></script> <script> let app = new Vue({ el: '#app', data: { id:0, name:'', books:[ {'id':1,'name':'Vue.js入门','time':new Date()} ], isEditable:true }, mounted(){ this.id=this.books.length+1 console.log(this.id) }, method:{ onchange(){ if (this.name!=''){ this.isEditable=false }else{ this.isEditable=true } }, add(){ this.books.push({'id':this.id,'name':this.name,'time':new Date()}) this.id++ this.name='' }, del(id){ let index=this.books.findIndex((item)=>{ if(item.id==id){ return true } }) this.books.splice(index,1) } } }) </script> </body> </html> 补充代码
¥40.00 <input class="form-control" type="number" value="1"> ¥40.00
WSDL : {http://impl.service.bgsOut.winlu.com/}BgsOutServiceImplService
Target namespace