興趣是最好的老師,堅持就是勝利,加油!
<!DOCTYPE HTML>
<html>
? ? <head>
? ? ? ? <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
? ? ? ? <title>Html和CSS的關(guān)系</title>
? ? ? ? <style type="text/css">
? ? ? ? h1{
? ? font-size:12px;
? ? color:#930;
? ? test-align:center;
? ? ? ? }
? ? ? ? </style>
? ? </head>
? ? <body>
? ? ? ? <h1>你好,</h1>
? ? ? ? <h1>我是喬小水,很高興認(rèn)識你,興趣是最好的老師,希望我會愛上你并一直愛你喲。</h1>
? ? ? ? ?<h1>嗯,加油!</h1>
? ? </body>
</html>
2020-06-25
加油!
2020-06-04
一起加油
2020-02-26
<!DOCTYPE html>
<html>
<head>
?<title>送你一首歌</title>
?<style type="text/css">
?body{
??font-size:15px;
??color:#747474
?}
h1{
?text-align:center;
?color: #0084ff
}
p{
?line-height: 0.4em;
?text-align: center;
}
.setBlue{
?font-weight: bold;
?font-size: 20px;
?color:blue;
}
.setBlack{
?font-weight: bold;
?font-size: 20px;
?color: black;
}
.setRed{
?font-weight: bold;
?font-size: 20px;
?color: red;
}
h2{
?text-align: center;
}
hr{
?width:15%;
?border: 1px solid blue;
}
a:hover{
?color: red;}
</style>
</head>
<body>
<div id="英雄傳說">
<h1>
<a href="http://www.kuwo.cn/play_detail/12927098?catalog=yueku2016/
"
title="音樂網(wǎng)站"
>
星之所在
</a>
</h1>
<p>你的身影如閃爍的<span class="setBlue">星空</span> 逐漸融于晨光之中</p>
<p style="color:#90d300"
>君の影星のように 朝に溶けて消えていく</p>
<hr/>
<p>失去了你的<span class="setBlack">身影</span> 我的思念日益漸濃</p>
<p style="color:#90d300"
>行き先を失くしたまま 想いは溢れてくる</p>
<hr/>
<p>無論堅強或是軟弱 愿此刻<span class="setRed">心</span>永遠能與你交融</p>
<p style="color:#90d300"
>強さにも弱さにも この心は向き合えた</p>
<hr/>
<h2>
<img src="width="300px"
height="300px"
title="英雄傳說"
>
</h2>
</div>
</body>
</html>
2020-02-26
<html>
? ? <head>
? ? ? ? <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
? ? ? ? <title>Html和CSS的關(guān)系</title>
? ? ? ? <style type="text/css">
? ? ? ? h1{
? ? font-size:12px;
? ? color:#930;
? ? test-align:center;
? ? ? ? }
? ? ? ? </style>
? ? </head>
? ? <body>
? ? ? ? <h1>你好,</h1>
? ? ? ? <p>我是喬小水,很高興認(rèn)識你,興趣是最好的老師,希望我會愛上你并一直愛你喲。</p>
? ? ? ? ?<p>嗯,加油!</p>
? ? </body>
</html>