<div style="What I need to put inside this tag?"></div>
Is it possible to do this in style
tag in html?
div::before {
content: "Read this: ";
}
How?
Thanks!
<div style="What I need to put inside this tag?"></div>
Is it possible to do this in style
tag in html?
div::before {
content: "Read this: ";
}
How?
Thanks!
Short answer: you can't.
Asked and answered here: Using CSS :before and :after pseudo-elements with inline CSS?