初识CSS

初识CSS
表单认证三种: placeholder
required
pattern

input类型的文本框提供一种提示(hint)
可以描述文本框期待用户输入何种内容
提示语默认显示,当文本框中输入内容时提示语消失
适合于input标签:text、search、url、email和password等类型

<input type=“search” name="<input type=“search” name=“sousuo” 索的关键字"/>

CSS的概念
Cascading Style Sheet 级联样式表

CSS基本语法结构:

h1 {
	font-size:12px;
	color:#F00;
}

style标签:

<style type="text/css">
h1 {
	font-size:12px;
	color:#F00;
}
</style>

css样式:行内样式

<h1 style="color:red;">style属性的应用</h1>
<p style="font-size:14px; color:green;">直接在HTML标签中设置的样式</p>
            内部样式表
<style>
        h1{color: green; }
</style>
              外部样式表
<head>
  ……
<link href="style.css" rel="stylesheet" type="text/css" />
……
</head>

css3基本选择器:
标签选择器
类选择器
ID选择器

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值