TEL:400-8793-956
当前位置:程序、服务器

为什么我的标题显示在页面上而不是课程中的选项卡上?

提问者: 近期获赞: 浏览人数: 发布时间:2021-03-12 10:09:43

 问:为什么我的标题显示在页面上而不是课程中的选项卡上?我在PC上使用Google Chrome

<!DOCTYPE html> <html> <head> <meta charset =“ utf-8”> <tittle>尼尔森·科尔| 设计师</ tittle> </ head> <body> <header> <h1> Nelson Cole </ h1> <h2> Designer </ h2> </ header> <section> <p>画廊将在这里。</ p > </ section> <footer> <P>©2015 Nelson Cole。</ P> </ footer>
 
</ body> </ html>
 
 
答:就像我在下面显示的那样,您需要使用<head> </ head>,但是现在您必须已经解决了这个问题:)
 
< head > 
< meta charset = “ utf-8” > <标题> Nelson Cole | 设计器</ title > </ head > < header > < h1 > Nelson Cole </ h1 > < h2 > Designer </ h2 > </ header >        
      
上一篇: 为什么fadeIn()对于我单击的第一个图像不起作用,但是在起作用之后我又如何工作了?
下一篇: 如何在不影响我现有CSS的情况下使用Bootstrap?