A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

先上链接:http://www.codecademy.com/zh/courses/web-beginner-en-3pc6w/3/1





<!DOCTYPE html>
<head>
    <style>
        body {
    background-size: cover;
    background-position: center;
            text-align: center;
            background: url("https://codecademy-content.s3.amazonaws.com/courses/web-beginner-en-3pc6w/images/splash.jpg");
            color: orangered;
            font-family: Helvetica;
    }
    p {
        font-size: 24px;
    }
    input {
        border: 0;
        padding: 12px;
        font-size: 18px;
    }
    input[type="submit"] {
  background: limegreen;
  color: black;
}
    </style>
</head>
<body>   
<img src="https://codecademy-content.s3.amazonaws.com/courses/web-beginner-en-3pc6w/images/avatar.jpg" height="250" width="250">Jay Chan</h1>
<p>Hi! I am Jay Chan,I am learning how to make my very own web page!I really like watermellon muffins and long walks on the the beach.</p>
<input type="email" placeholder="Email">
<input type="submit">
</body>

评分

参与人数 1技术分 +1 收起 理由
李小然 + 1

查看全部评分

2 个回复

倒序浏览
楼主也用这个网站学前端啊,我去年也学过,学到Javascript,后面有事就没学了。
回复 使用道具 举报
黎志勇 发表于 2014-7-5 21:45
楼主也用这个网站学前端啊,我去年也学过,学到Javascript,后面有事就没学了。 ...

必须,这个不错的,推荐给好多同学了,我也就是瞎玩,php也看,现在主学Java
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马