兴趣是最好的老师,坚持就是胜利,加油!

来源:1-2 佛靠金装,人靠衣装 - html和css的关系

qq_慕容6389896

2020-02-26 10:20

<!DOCTYPE HTML>

<html>

    <head>

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

        <title>Html和CSS的关系</title>

        <style type="text/css">

        h1{

    font-size:12px;

    color:#930;

    test-align:center;

        }

        </style>

    </head>

    <body>

        <h1>你好,</h1>

        <h1>我是乔小水,很高兴认识你,兴趣是最好的老师,希望我会爱上你并一直爱你哟。</h1>

         <h1>嗯,加油!</h1>

    </body>

</html>


写回答 关注

4回答

  • weixin_慕勒0290516
    2020-06-25 20:42:18

    加油!

  • 慕梦前来
    2020-06-04 22:21:14

    一起加油

  • 慕尼黑7231240
    2020-02-26 16:24:47

    <!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="音乐网站"
    >
    星之所在
    </a>
    </h1>
    <p>你的身影如闪烁的<span class="setBlue">星空</span>&nbsp;逐渐融于晨光之中</p>
    <p style="color:#90d300"
    >君の影星のように&nbsp;朝に溶けて消えていく</p>
    <hr/>
    <p>失去了你的<span class="setBlack">身影</span>&nbsp;我的思念日益渐浓</p>
    <p style="color:#90d300"
    >行き先を失くしたまま&nbsp;想いは溢れてくる</p>
    <hr/>
    <p>无论坚强或是软弱&nbsp;愿此刻<span class="setRed">心</span>永远能与你交融</p>
    <p style="color:#90d300"
    >强さにも弱さにも&nbsp;この心は向き合えた</p>
    <hr/>
    <h2>
    <img src="https://bkimg.cdn.bcebos.com/pic/1b4c510fd9f9d72ab35251ebdc2a2834349bbb16?x-bce-process=image/watermark,g_7,image_d2F0ZXIvYmFpa2U4MA==,xp_5,yp_5"
    width="300px"
    height="300px"
    title="英雄传说"
    >
    </h2>

    </div>
    </body>
    </html>

    qq_慕村2...

    谢谢!

    2020-03-22 16:15:08

    共 1 条回复 >

  • qq_慕后端0266015
    2020-02-26 11:53:29

    <html>

        <head>

            <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

            <title>Html和CSS的关系</title>

            <style type="text/css">

            h1{

        font-size:12px;

        color:#930;

        test-align:center;

            }

            </style>

        </head>

        <body>

            <h1>你好,</h1>

            <p>我是乔小水,很高兴认识你,兴趣是最好的老师,希望我会爱上你并一直爱你哟。</p>

             <p>嗯,加油!</p>

        </body>

    </html>


    qq_慕村2...

    谢谢前辈!

    2020-03-22 16:15:26

    共 1 条回复 >

初识HTML(5)+CSS(3)-升级版

HTML(5)+CSS(3)基础教程8小时带领大家步步深入学习标签用法和意义

1225308 学习 · 18230 问题

查看课程

相似问题