学习SEO,这个是必须要扫盲的。想C++语言一样,网站内容和框架想在浏览器中表现出来,也需要相应的代码。光说也许你还是很迷惑,现在跟着我一步步的操作,看看到底什么是源文件?
我们就以本站为例,其实所有的网站都一样。在本网站页面左边或是顶部空白处右击页面,点击‘查看源文件’,点开后你是不是看到以下代码<link rel=”alternate” type=”application/rss+xml” title=”小川SEO_博客_网站建设与SEO优化 » Feed” href=”http://www.xuejianzhan.com/feed” />
<link rel=”alternate” type=”application/rss+xml” title=”小川SEO_博客_网站建设与SEO优化 » 评论 Feed” href=”http://www.xuejianzhan.com/comments/feed” />
<link rel=’stylesheet’ id=’lightword_stylesheet-css’ href=’http://www.xuejianzhan.com/wp-content/themes/lightword/style.css?ver=2.0.0.6′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’lightword_stylesheet_wider-css’ href=’http://www.xuejianzhan.com/wp-content/themes/lightword/wider.css?ver=2.0.0.6′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’lightword_stylesheet_newsidebar-css’ href=’http://www.xuejianzhan.com/wp-content/themes/lightword/new_sidebar.css?ver=2.0.0.6′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’admin-bar-css’ href=’http://www.xuejianzhan.com/wp-includes/css/admin-bar.css?ver=20110622′ type=’text/css’ media=’all’ />
上面的红色代码,就是本网页的源文件或是叫源代码了,最近新出的一个电影也叫源代码,其实指的就是一些程序软件了。每一个网页或是网站都有其对应的源代码,这些是浏览器读取识别的程序语言,如果以后想学网站建设,这些知识还是要了解点的。
评论(0)