diff --git a/01-html/01-html标签.md b/01-html/01-html标签图文详解(一).md similarity index 100% rename from 01-html/01-html标签.md rename to 01-html/01-html标签图文详解(一).md diff --git a/01-html/02-html标签.md b/01-html/02-html标签图文详解(二).md similarity index 99% rename from 01-html/02-html标签.md rename to 01-html/02-html标签图文详解(二).md index 508be39..a15b3bf 100644 --- a/01-html/02-html标签.md +++ b/01-html/02-html标签图文详解(二).md @@ -94,16 +94,14 @@ HTML标签超详细的图文演示再来一波~~~ 场景1 —— 导航条: -![](20170704_1717.png) +![](http://img.smyhvae.com/20170704_1717.png) 场景2 —— li里面放置的内容可能很多: -20170704_1719.png +![](http://img.smyhvae.com/20170704_1719.png) 声明:ul的儿子,只能是li。但是li是一个容器级标签,li里面什么都能放。甚至于可以再放一个ul。 - - ### 2、有序列表`