PHP第二天
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了 PHP第二天相关的知识,希望对你有一定的参考价值。
1今天学习了新的代码编辑,margin外边距、border边距、pidding内边距、margin是由顺时针从上开始对称的会有四个数值,如没有会按照上下,左右的一个数值默认,auto是自动化。
2学习了如何调整文字的段落、空行、换行、颜色、大小、符号。
3通过这两天的学习感觉就是卷心菜一样,先明白里面的菜心,然后一层一层的再学习外面菜叶,最后这是一个大的整体菜叶都是可变可替换的,没有束缚性质的。完全是看自己的想法,只要你有自己的大框
居中图形html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>
有你的世界到底在哪里</title>
<style>
.a{
height:100px;
width: 100px;
}
#q{
height: 200px;
width: 200px;
margin: 0 auto;
}
#b{background-color: #00ff00;float:right;
border-radius:49px;
}
#c{background-color: #ff0000;float:left;border-radius:50px
}
#d{background-color: #0000ff;float:left;border-radius:20px
}
#e{background-color: #00f12b;float:left;border-radius:100px
}
</style>
</head>
<body>
<div id="q">
<div class="a" id="e">
<h1>我不断地寻找</h1></div>
<div class="a" id="b">有你的世界</div>
<div class="a" id="c">到底</div>
<div class="a" id="d">在哪里</div>
</div>
</body>
</html>
文字类型html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>666666</title>
<style>
div{width: 600px;
height: 1000px;
margin: 0 auto;}
h1{color: #00ff00;background-color:#0000ff;}
h2{background-color: #021323;}
</style>
</head>
<body>
<div>
<p><h1>666666666<br>
是“溜”的谐音,最早出现在英雄联盟等竞技游戏的口头语,释意 就是玩得很好,很溜(谐音),多出现于游戏玩家间的对话。也含有讽刺的意味。</h1></p>
<h2><p>在游戏里,“6666”既可以是褒义,也可以是贬义,褒义就是赞扬别人玩得很好。</h2>贬义则是在人家出糗的时候使用</p>
</p>
</div>
</body>
</html>
以上是关于 PHP第二天的主要内容,如果未能解决你的问题,请参考以下文章