我加入了<html></html>,但是title 认识html的基本结构怎么没显示出来?
<!DOCTYPE HTML> <html> <head> &nb...
小天来自于 2016-12-21 11:31:01 0 2 1355
phpcn_u226来自于 2016-12-21 11:27:11 0 2 6672
phpcn_u226来自于 2016-12-21 11:25:19 0 2 1402
<meta charset="utf-8">这个是什么意思啊?
小天来自于 2016-12-21 11:25:07 0 2 8999
phpcn_u233来自于 2016-12-21 11:10:59 0 2 1106
phpcn_u251来自于 2016-12-21 11:05:06 0 2 2230
是不是网页上显示的内容都得写到body 标签里,可是不写进去的话也会在网页上显示出来?
是不是网页上显示的内容都得写到body 标签里,可是不写进去的话也会在网页上显示出来?
phpcn_u226来自于 2016-12-21 10:58:20 0 2 1383
input type为button,text时,value值在浏览器中显示,name供后台用;为单选复选框时value值不显示,供后台用,name与value有什么区别呢?
phpcn_u224来自于 2016-12-21 10:53:24 0 2 1565
类选择器和ID选择器有什么区别,为标签设置id="ID名称",而不是class="类名称"有什么区别?
为标签设置id="ID名称",而不是class="类名称"不都一样吗?不就是换了一个样式而已?
汪汪来自于 2016-12-21 10:51:09 0 2 1413
auto是什么意思?还有为什么一定要将margin设置为0呢?
auto是什么意思?还有为什么一定要将margin设置为0呢?
学习ing来自于 2016-12-21 10:45:27 0 1 2223
代码中并未设置margin的值,为何会显示每个边框之间有间距呢?
代码中并未设置margin的值,为何会显示每个边框之间有间距呢?
我喜欢晴天来自于 2016-12-21 10:43:29 0 2 1131
p{color:red;} /*权值为1*/ p span{color:green;} /*权值为1+1=2*/ .warning{color:white;} /*权值为10*/ ...
phpcn_u238来自于 2016-12-21 10:41:21 0 2 1259
phpcn_u233来自于 2016-12-21 10:38:05 0 2 944
看不懂的<meta http-equiv="Content-Type" content="text/html; charset=utf-8">?
phpcn_u226来自于 2016-12-21 10:35:25 0 2 3749
是不是固定定位和绝对定位都会浮动起来不占位置。比如上例,用absolute和fixed。下面的文本都会挤上来,而relative 就占位置,所以他们不会挤上来
phpcn_u224来自于 2016-12-21 10:29:55 0 2 1617