HTML基础 CSS基础 JS

css链接

一、HTML基础

<title><title>
<p></p>
<br\>
<strong></strong>
<em></em>
<&nbsp>
&gt;      >
&lt ;      <
<img src="path" alt=图片名字"  title="悬浮文字" width="x" height="y" />
<a href="path" target="">文字</a>
#name
块元素  行内元素
<ol>
<li></li>
</ol>有序

<ul>
<li></li>
</ul>无序

<dl>
<dt></dt>

<dd></dd>
<dd></dd>
<dd></dd>
</dl>

<table>
<tr>
<td colspan="4">1</td>
<td rowspan="2">1</td>
<td>1</td>
</tr>
</table>

<video src="" controls autoplay></video>

<audio src=""></audio>

<iframe src="" frameborder="0">

<form method="post" action="">
<p> <input name="pass" type=""></p>
type=radio  value name组    单选框
type=ckeckbox value name   多选框

type ="button" name="" value=""   按钮

<input type="submit" name="Button" value="">
<input type="reset" name="Reset" value="">
</from>

下拉框
<p>
<select name= >
<option value="></option> 

文本域
<textarea name=""></textarea>   cols50 rows10

文件域
<input  type="file" name=files>
<input  type="button" value=>

邮件
<input  type="email" name>

<input  type="number" name  max min step=1>

滑块
<input  type="range" name  max min step=2>

hidden readonly disabled

require不能为空  placeholder 提示信息

二、CSS基础

1.标签
2.
<style>
.aka{

}
</style>

<h1 class=""aka">

3.id #id{
}


ul li:first-child{
}

ul li:last-child

p:nth-child(1){
}

hover

<span></span>

JS

number不分小数和整数

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值