美文网首页
Head first HTML- chapter1 missio

Head first HTML- chapter1 missio

作者: 控期待的蛋 | 来源:发表于2019-03-10 16:40 被阅读0次
<html>
<head>
    <title>Starbuzz 咖啡馆的服务宗旨:</title>
    <style type="text/css">
        body {
            background-color: #d2b48c;
            margin-left: 20%;
            margin-right: 20%;
            border: 1px dotted gray;
            padding: 10px 10px 10px 10px;
            font-family: sans-serif;
        }
    </style>
</head>
<body>
    <h1>Starbuzz 咖啡馆的服务宗旨:</h1>
    <h2>提供你所需的咖啡因,让你更具活力!</h2>
    <p>喝吧。</p>
</body>
</html>

相关文章

网友评论

      本文标题:Head first HTML- chapter1 missio

      本文链接:https://www.haomeiwen.com/subject/opxppqtx.html