复制一个网站的css,html代码,算不算侵权

html-css011

复制一个网站的css,html代码,算不算侵权,第1张

还是算的。html、xml、css这类代码虽然写的时候受功能限制不像写文章那么自由,但也是受版权保护的。在具体案子中,特定的受语法、功能限制的部分主张权利可能会有困难。但整个网站照抄基本上就算是侵权了。

DIV+CSS定义网页版权区域,我们通常布局的时候都是头部,内容区域,还有底部,一般都是使用三个div,然后id分别设置为header,content,footer,然后在定义每个div的高度,一般来说,header,footer都是公共的,因为高度,内容一般都是固定的,版权的话,都是在底部的区域,举个例子:

<html>

<head>

<style>

#header{

width:960px//通过id来控制

height:200px

}

@content{

width:960px//通过id来控制

height:auto //内容区域的高度一般都是auto的

}

#footer{

width:960px//通过id来控制

height:200px

}

</style>

</head>

<body>

<div id='header'>

<p>我是头部区域</p>

</div>

<div id='content'>

<p>我是内容区域</p>

</div>

<div id='footer'>

<p>我是低部区域</p>

<p>版权信息</p>

</div>

</body>

</html>

查看里面有个源文件。可以打开源文件进行修改。 比如就成下面的样子了 !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="content-type" content="text/htmlcharset=utf-8" /><meta wenwen="22"></meta><meta content="问答系统 提问 回答 知识搜索 问问 搜搜 腾讯 谁知道网站模板的版权消息在哪修改" name="keywords"></meta><meta content="如题 后台修改不了 需要在那个源文件修改如题 后台修改不了 需要在那个源文件修改那你在网站上面的几个文件夹中试一下" name="description"></meta><meta http-equiv="X-UA-Compatible" content="IE=7" /><title>谁知道网站模板的版权消息在哪修改 - 搜搜问问</title><link rel="stylesheet" href="http://cache.soso.com/css/s_base_1.css" type="text/css" media="screen"/><link rel="stylesheet" href="http://wenwen.soso.com/css/w_base_200907201034.css" type="text/css" media="screen"/><link rel="stylesheet" href="http://wenwen.soso.com/css/question_200907201119.css" type="text/css" media="screen"/><script type="text/javascript" src="http://cache.soso.com/wenwen/js/w_base_200907201119.js"></script><script type="text/javascript" src="http://cache.soso.com/wenwen/js/question_200907201119.js"></script><link rel="Shortcut Icon" href="http://wenwen.soso.com/favicon.ico" /><link rel="Bookmark" href="http://wenwen.soso.com/favicon.ico" /><link rel="search" type="application/opensearchdescription+xml" href="http://wenwen.soso.com/wenwenSearch.xml" title="问问搜索" /></head><body onload="mark(document.body)"><script type="text/javascript" src="http://wenwen.soso.com/js/form/Form.js"></script><script type="text/javascript" src="http://wenwen.soso.com/js/form/RegExValidator.js"></script>