1.1、HTML-编写简单的自我介绍网站******作业提交 - 已锁定

kisscat   ·   发表于 2018-07-10 10:51:02   ·   CTF&WP专版

#备注:有简单的类和表单元素,本来想以附件格式上传,但是.txt和.html格式,不支持上传。

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<style>

.header{

    background-color:blue;

    font-size:20px;

    text-align:center;

    color:white;

    padding:5px

}

.base{

    background-color:green;

    font-size:18px;

    text-align:center;

    color:white;

    float:left;

    width:80px;

    height:300px;

    line-height:100px;

    padding:5px

}

.content{

    font-size:13px;

    text-align:left;

    padding:5px

    float:left;

    padding:5px

}

.experience{

    font-size:13px;

    text-align:left;

    padding:5px;

    width="20px";

    

}

</style>

</head>

<body>

<div class="header">

<h1>自我介绍</h1><br>

</div>

<div class="base">

<p1>基本情况</p1><br>

<p2>个人履历</p2><br>

</div>

</body>

<form>

<div class="content">

First Name: 

<input type="text",name="First Name",id="fname",value="北京"><br>

Last Name: 

<input type="text",name="Last Name",id="lname",value="女孩"><br>

Age: 

<input type="text",name="Age",id="age",value="18"><br>

Sex: 

<input type="text",name="Sex",id="sex",value="female"><br>

Tel: 

<input type="text",name="Tel",id="phonenemb",value="13011110000"><br>

Adress: 

<input type="text",name="Adress",id="adress",value="朝阳区南京路13号"><br>

</div>

<div class="experience">

Primary School:

<input type="text",name="Primary School",id="pschool",value="实验中学小学部"><br>

Junior high School:

<input type="text",name="Junior high School",id="jschool",value="实验中学初中部"><br>

Senior high School:

<input type="text",name="Senior high School",id="sschool",value="实验中学高中部"><br>

college:

<input type="text",name="college",id="college",value="北京理工大学"><br>

</div>

<input type="submit",value="submit"<br>

</form>

</html>


打赏我,让我更有动力~

1 条回复   |  直到 2018-7-10 | 1651 次浏览

Track-方丈
发表于 2018-7-10

通过,金币奖励已发放。

社区支持打包上传,既节省空间,又方便传输。

评论列表

  • 加载数据中...

编写评论内容
登录后才可发表内容
返回顶部 投诉反馈

© 2016 - 2024 掌控者 All Rights Reserved.