0
<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!

user2864740
  • 60,010
  • 15
  • 145
  • 220
Aral Roca
  • 5,442
  • 8
  • 47
  • 78

1 Answers1

0

Short answer: you can't.

Asked and answered here: Using CSS :before and :after pseudo-elements with inline CSS?

Community
  • 1
  • 1
Ben Fried
  • 2,168
  • 1
  • 14
  • 13