HTML的01

1、HTML中的浏览器用火狐,IE,360,遨游5………

2、编辑器用EDitplus,DW,Sublime,webstorm,记事本

3、辅助软件PS

4、<!doctype html><!--文档类型-->
<html lang="en"><!--根标签-->
 <head>
  <meta charset="UTF-8"><!--字符编码-->
  <meta name="Generator" content="EditPlus®"
  <meta name="Author" content=""><!--作者-->
  <meta name="Keywords" content=""><!--关键字-->
  <meta name="Description" content=""><!--描述-->
  <title>Document</title>
 </head>
 <body>
<h4 style='background:#660099;width:300px'>我的职业生涯规划</h4>
  <p>1、我的人生梦想</p><!--会发生换行-->
  <p>我是谁?</p>
  <span>我是ghjh</span>
  <span>我想当一名程序员</span><!--不会换行-->
<p>2、你的生活是什么?</p>
  <span>积极、向上、勇敢</span>
  <div>
  
  </div>
 </body>
</html>

5、存在折叠行shift tab,建立Ctrl shift N,记得保存就行。


猜你喜欢

转载自blog.csdn.net/shi201619616/article/details/78570372