欢迎访问服务器技术网-www.fuwuqijishu.com

CSS :after 选择器

CSS fuwuqijishu 2年前 (2022-09-04) 114次浏览 0个评论 扫描二维码
文章目录[隐藏]

CSS :after 选择器

实例

每个<p>元素之后插入内容:

p:after
{
content:"– Remember this";
}


定义和说明

:after 选择器向选定元素的最后子元素后面插入内容。

使用content 属性来指定要插入的内容。


浏览器支持

表格中的数字表示支持该属性的第一个浏览器版本号。

选择器
::after 4.0 9.0
部分从 8.0
3.5 3.1 7.0
部分从4.0

注意: after在IE8中运行,必须声明<!DOCTYPE> .


相关文章

CSS 教程: CSS Pseudo-elements

CSS 选择器参考手册: CSS :before 选择器


更多实例

实例

在每个 <p>之后插入的内容和样式:

p:after
{
content:"– Remember this";
backgroundcolor:yellow;
color:red;
fontweight:bold;
}

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2117.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900