<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="小蓝今日说法">
<meta name="description" content="来的最新">
<title>我的第一个网页title>
head>
<body>
<h1>Hello,World!h1>
body>
html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>基本标签title>
head>
<body>
<h1>一级标签h1>
<h2>二级标签h2>
<h3>三级标签h3>
<h4>四级标签h4>
<h5>五级标签h5>
<h6>六级标签h6>
<p>《鹊桥仙·纤云弄巧》p>
<p>——秦观p>
<p>柔情似水,佳期如梦,忍顾鹊桥归路!p>
<p>两情若是久长时,又岂在朝朝暮暮。p>
<hr/>
《鹊桥仙·纤云弄巧》<br/>
——秦观 <br/>
柔情似水,佳期如梦,忍顾鹊桥归路! <br/>
两情若是久长时,又岂在朝朝暮暮。 <br/>
<h1>字体样式标签h1>
粗体 : <strong>I love youstrong>
<br/>
斜体 : <em>I love youem>
<p>空 格p>
空 格
<br/>
> 大于
<br/>
< 小于
<br/>
© 版权所有符号
body>
html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>图像标签学习title>
head>
<body>
<img src="../resources/image/2.jpg" alt="大魔王" width="450" height="300" >
body>
html>
href:链接路径
target: 链接在哪个窗口打开 (常用值: _self , _blank)
<a href="path" target="目标窗口位置">链接文本或图像a>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>链接标签学习title>
head>
<body>
<a name="top">顶部a>
<a href="1.我的第一个html.html" target="_blank">点击跳转到页面一a>
<a href="https://www.baidu.com" target="_self">点击跳转百度a>
<br/>
<a href="1.我的第一个html.html">
<img src="../resources/image/2.jpg" alt="大魔王" width="450" height="300" >
a>
<p>
<img src="../resources/image/2.jpg" alt="大魔王" width="450" height="300" >
p><p>
<img src="../resources/image/2.jpg" alt="大魔王" width="450" height="300" >
p><p>
<img src="../resources/image/2.jpg" alt="大魔王" width="450" height="300" >
p>
<a href="#top">回到顶部a>
<a name="down">downa>
<a href="mailto:[email protected]">点击联系我a>
<br/>
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2::53" alt="点我有小电影" title="点我有小电影"/>a>
body>
html>
列表就是信息资源的一种展示形式。可以更直观的看到信息。
列表的分类
<html lang="en">
<head>
<meta charset="UTF-8">
<title>列表学习title>
head>
<body>
<ol>
<li>Javali>
<li>Pythonli>
<li>C/C++li>
<li>HTMLli>
ol>
<ul>
<li>Javali>
<li>Pythonli>
<li>C/C++li>
<li>HTMLli>
ul>
<dl>
<dt>国家dt>
<dd>中国dd>
<dd>日本dd>
<dd>法国dd>
dl>
body>
html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>表格title>
head>
<body>
<table border="1px">
<tr>
<td colspan="4">1-1td>
tr>
<tr>
<td rowspan="2">2-1td>
<td>2-2td>
<td>2-3td>
<td>2-4td>
tr>
<tr>
<td>3-1td>
<td>3-2td>
<td>3-3td>
tr>
table>
<table border="1px">
<tr>
<td colspan="3">学生成绩td>
tr>
<tr>
<td rowspan="2">小蓝td>
<td>语文td>
<td>100td>
tr>
<tr>
<td>数学td>
<td>100td>
tr>
<tr>
<td rowspan="2">小懒td>
<td>历史td>
<td>100td>
tr>
<tr>
<td>古文td>
<td>100td>
tr>
table>
body>
html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>媒体元素title>
head>
<body>
<audio src="../resources/audio/陈绮贞%20-%20我喜欢上你时的内心活动.mp3" controls autoplay>audio>
body>
html>
元素名 | 描述 |
---|---|
header | 标题头部区域的内容(用于页面或页面中的一块区域) |
footer | 标记脚部区域的内容(用于整个页面或页面的一块区域) |
section | web页面中的一块独立区域 |
article | 独立的文章内容 |
aside | 相关内容或应用(常用于侧边栏) |
nav | 导航类辅助内容 |
<html lang="en">
<head>
<meta charset="UTF-8">
<title>页面结构分析title>
head>
<body>
<header>
<h2>网页头部h2>
header>
<section>
<h2>网页主体h2>
section>
<footer>
<h2>网页脚部h2>
footer>
body>
html>
<iframe src="path" name="mainFrame">
iframe>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>内联框架title>
head>
<body>
<a href="1.我的第一个html.html" target="hello">点击跳转a>
<iframe src="" name="hello" height="500px" width="300px" frameborder="0">iframe>
body>
html>
表单元素属性
属性 | 说明 |
---|---|
type | 指定元素类型:text , password , checkbox , radio , submit , reset , file , hidden, image 和 button ,默认为 text |
name | 指定表单元素的名称 |
value | 元素的初始值。type 为 radio 时必须指定一个值 |
size | 指定表单元素的初始宽度。当 type 为 text 或 password 时,表单元素的大小以以字符为单位。对于其他类型,宽度以像素(px) 为单位 |
maxlength | type 为 text 或 password 时, 输入的最大字符数 |
checked | type 为 radio 或 checkbox 时 , 指定按钮是否是被选中 |
<html lang="en">
<head>
<meta charset="UTF-8">
<title>表单title>
head>
<body>
<h1>注册h1>
<form action="1.我的第一个html.html" method="post">
<p>名字: <input type="text" name="username">p>
<p>密码: <input type="password" name="pwd">p>
<p>
<input type="submit">
<input type="reset">
p>
form>
body>
html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Titletitle>
head>
<body>
<h1>注册h1>
<form action="1.我的第一个html.html" method="post">
<p>名字: <input type="text" name="username" >p>
<p>密码: <input type="password" name="pwd">p>
<p>性别:
<input type="radio" value="boy" name="sex">男
<input type="radio" value="girl" name="sex">女
p>
<p>
<input type="submit">
<input type="reset">
p>
form>
body>
html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>多选框title>
head>
<body>
<h1>注册h1>
<form action="1.我的第一个html.html" method="post">
<p>名字: <input type="text" name="username" >p>
<p>密码: <input type="password" name="pwd">p>
<p>性别:
<input type="radio" value="boy" name="sex">男
<input type="radio" value="girl" name="sex">女
p>
<p>爱好:
<input type="checkbox" value="sleep" name="hobby">睡觉
<input type="checkbox" value="code" name="hobby">敲代码
<input type="checkbox" value="chat" name="hobby">聊天
<input type="checkbox" value="eat" name="hobby">吃
p>
<p>按钮:
<input type="button" name="btn1" value="点击变美">
<input type="image" src="../resources/image/2.jpg">
p>
<p>
<input type="submit">
<input type="reset" value="清空">
p>
form>
body>
html>
<p>国家:
<select name="列表名称">
<option value="china">中国option>
<option value="us">美国option>
<option value="eth" selected>瑞士option>
select>
p>
<p>反馈
<textarea name="textarea" cols="30" rows="10">文本内容textarea>
p>
<p>
<input type="file" name="files">
<input type="button" value="上传" name="upload">
p>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Titletitle>
head>
<body>
<form action="">
<p>邮箱:
<input type="email" name="email">
p>
<p>URL:
<input type="url" name="url">
p>
<p>商品数量:
<input type="number" name="num" max="100" min="0" step="1">
p>
<p>音量:
<input type="range" name="voice" min="0" max="100" step="2">
p>
<p>搜索:
<input type="search" name="search">
p>
<p>
<input type="submit">
p>
form>
body>
html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Titletitle>
head>
<body>
<form action="1.我的第一个html.html">
<p>邮箱:
<input type="email" name="email" value="[email protected]" readonly >
p>
<p>URL:
<input type="url" name="url" disabled>
p>
<p>
<label for="mark">你点我试试label>
<input type="text" id="mark">
p>
<p>
<input type="submit">
p>
form>
body>
html>
常用方式
<form action="1.我的第一个html.html" method="post">
<p>名字: <input type="text" name="username" placeholder="请输入用户名">p>
<p>密码: <input type="password" name="pwd" required>p>
<p>邮箱:
<input type="email" name="email" pattern="^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$" >
p>
<p>
<input type="submit">
<input type="reset" value="清空">
p>
form>