特殊格式

<html>
  <!--声明式:不能显示-->
  <head>
  <!--设置网页编码-->
  <meta charset="utf-8"/>
  <!--关键词:是否能被搜索引擎搜到-->
  <meta name ="keywords" content="学习html"/>
  <!--描述,当搜到本网页时,展示的简介内容...-->
  <meta name="description" content="学习html非常地好啊,爽呆呆..."/>
   <title> 我的标题 html</title>
  </head>
  <!--能够显示的内容-->
  <body>
  <address>
   颍泉<br>
   阜阳<br>
   安徽<br>
  </address>
  <code>
  <pre>
  int main()
  {
      cout<<"hello";
	  return 0;
  }
  </pre>
  </code>
  <p>
    This<blockquote> table only</blockquote> two boys, <q>but in the</q> more than one hundred people in the hall, <br>
    it seems, than the dance moves between the dome light and bright, <br>
    many people's eyes from time to time if if no project in this place, <br>
    of course, the girl more is in the majority <br>
    but no one dare to take the initiative to come forward to strike up a conversation to the two men never leave the seats,<br> 
    while according to the realisation of traditional dance to attend the graduation season,<br> 
    but not as crazy as others, but look at all this calmly and sip a drink some beer, talk occasionally<br>
   </p>

   
  </body>
 </html>
 
 
 
 
 
 
 
 
 

  

posted @ 2021-01-16 23:14  丁帅帅dss  阅读(89)  评论(0)    收藏  举报