📄 tryit_view.asp@filename=trycss_after
字号:
<html>
<head>
<style type="text/css">
h1:after
{
content: url(smiley.gif)
}
</style>
</head>
<body>
<h1>This is a header</h1>
<p>
The :after pseudo-element can be used to insert some content after the content
of an element.</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -