想看懂网站源代码里面的代码吗?看了你就懂了(续)
https://p1.pstatp.com/large/pgc-image/436f03bca533409d92539671449fa631此章是图上这章的续章,上一篇由于代码太长,只能讲述网站的一个TOP顶部,废话不多说,更新!
https://p3.pstatp.com/large/pgc-image/64c1b7bf2b9a4ef981c5cb85ddad70e8
上一篇源代码是XHTML的格式,而这篇格式是HTML5简化了很多写法,首先顶部没有向浏览器声明HTML版本,xmlns声明空间也省略掉了,而在早期版本中是必须要书写的,字符编码声明,还有声音浏览器都简化了,之后是SEO最重要的TDK,
https://p1.pstatp.com/large/pgc-image/0f416b3854ac47399263ef46ef50af2d
之后是CSS的外部样式表,
https://p1.pstatp.com/large/pgc-image/6f9f0647522745c39f0bfde6026cd0ac
后面是JS的样式表 后面是ddsmoothmenu在浏览器中,与用户进行数据交换都是通过客户端的
javascript代码来实现的,而完成这些交互工作大多数是document对象及其部件进行的,因此document对象是一个比较重要的对象。
简写进入body部分
https://p9.pstatp.com/large/pgc-image/020b2b910f2947dba7598ff3881e2900
简写,声明头部,上一章讲过,这是对应网站的内容图下:
https://p1.pstatp.com/large/pgc-image/0566007eb2804e038e4cf5f3231241b8
这一块是网站的横幅img src=就是横幅我们所看到的图片图下:
https://p1.pstatp.com/large/pgc-image/bc0837b63b7f4134898df0a99ac5d69b
https://p3.pstatp.com/large/pgc-image/fed5be9fc4964df9ab8179029f7b4239
再往下是网站产品的滚动栏,添加了滑动的特效:
https://p1.pstatp.com/large/pgc-image/d1c44873da1941088ed5eb29285717ad
源代码如图下:
https://p1.pstatp.com/large/pgc-image/058d3727fe4f4d6cb766c4918f1cc9b6
再往下是关于我们的界面图下:
https://p1.pstatp.com/large/pgc-image/58c82f6068734db19553782d0f8376e2
查看更多
我们注意一下这个a标签是内链,跳转到了网站的“关于我们”这个栏目。
https://p1.pstatp.com/large/pgc-image/77e007bd81f943baa664d61a2cee8d27
https://p1.pstatp.com/large/pgc-image/759167d509154a68b76173a2386b07d6
这串代码比较简单标题 段落 加上A标签按钮组成还有图片 背景呢已经在CSS样式中设置了,我们不去管它。
https://p1.pstatp.com/large/pgc-image/4391dfdbada142bca3e989b04346220f
https://p1.pstatp.com/large/pgc-image/3a2f3a3467e14558829cfb8aa7c2d41d
这串代码是产品的代码用的有序列表加li元素写出来的。
https://p1.pstatp.com/large/pgc-image/979c1956819a4109877efc4de30d1a53
https://p9.pstatp.com/large/pgc-image/feb0f35c43f94391abbf7c3cf3b14a5c
这篇是文章的footer底部class属性定义文章底部 基本都是a标签 内链跳转和友情链接跳转二维码的图片来源。
下面是文章的最后一部分
https://p1.pstatp.com/large/pgc-image/4f85c79aaefc441bb981ecec6eff8c0e
https://p3.pstatp.com/large/pgc-image/e091865e21e348b087ae0fc446b39d81
最后一部分是公司的联系方式和备案号还有JS的一些规则,详细规则我们不去分析,本文适合小白新手去学,希望小编的文章对你们起到帮助,又到了结束的部分,欢迎在评论下方留言,小编看到会第一时间回复你们,希望小编下篇更新什么,都可以留言。
页:
[1]