美文网首页
我的第一个网页

我的第一个网页

作者: 獨孤記憶 | 来源:发表于2018-08-23 00:02 被阅读0次
image.png
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>first web</title>
        <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.4/semantic.css"/>
    </head>
    <body>
        <div class="ui vertical segment">   
            
            <div class="ui image">
                <img src="img/1.jpg" width="100%" height="100%" alt=""/>
            </div>
                
            </div>
            <div class="ui container segment">
                <h1 class="ui header">Twins!</h1>
                <p>
                    Twins! How exciting! Two little darlings, instead of one mean twice the joy and twice the fun, a double reason for you to be glad--Congratulations!
                </p>
                <button type="button" name="button" class="ui inverted blue button">More</button>
            </div>  
            
            <div class="ui container segment">
                <h1 class="ui header">A recent study</h1>
                <p>
                    A recent study by a group of Chinese scientists mapped the economic sector loss~~~
                </p>
                <button type="button" name="button" class="ui inverted blue button">More</button>
            </div>  
            
            <div class="ui container segment">
                <h1 class="ui header">Michael</h1>
                <p>
                    Michael also graduated with honors, but he did it twice: first as an engineer and then from law school.
                </p>
                <button type="button" name="button" class="ui inverted blue button">More</button>
            </div>  
            
            <div class="ui container segment">
                <h1 class="ui header">The baroness</h1>
                <p>
                    The baroness had watched Debray while he read this long and painful letter, and saw him, notwithstanding his self-control, change color once or twice
                </p>
                <button type="button" name="button" class="ui inverted blue button">More</button>
            </div>      
        </div>      
        <div class="ui inverted vertical very padded segment" style="text-align: center; vertical-align: middle;">
                        CY管理有限公司版权所有 All Rights Reserved 网站备案号:粤ICP备1401
        
        </div>
    </body>
</html>

相关文章

  • 我的第一个网页

  • 我的第一个网页?

     今天提交了作业,借助github的预览功能,算是得到个人的第一个网页,哈哈 我的网页 代码如下 小结   因为作...

  • 《HTML》

    经过了20多天的学习,我终于做完了我的网页,在写第一个网页的时候,可能当时只是有点懵懂。感觉一个网页好难好难,但写...

  • Python实战计划初战

    学习完Python实战计划第一课,成功完成了第一个网页,原来美轮美奂的网页就是这么简单的做出来的。 我人生中第一个...

  • 一个简易server

    Tim Berners-Lee写出了第一个网页、第一个浏览器和第一个服务器。网页我们见过,浏览器我们见过,但我们还...

  • WWW的历史

    1990 年 这一年 Tim Berners-Lee 发明了用网址就能访问网页的办法,他发明了第一个网页、第一个浏...

  • 01

    我的第一个网页 欢迎 来到 这里 这里什么都没有 :>

  • Python爬虫实战1.1学习笔记

    本节学习内容 在这一节中,我成功制作了我的第一个网页。了解了网页的组成结构:HTML(结构),CSS(样式)以及J...

  • 前端第一天课时要素

    我的第一个网页 a < b > c(a小于b大于c) 1...

  • python实战第一个练习:第一个网页

    看了示例的视频和资料,很快就完成了第一个网页! 最终网页效果: 我的代码: 总结: 了解了标签的含义 理解了HTM...

网友评论

      本文标题:我的第一个网页

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