css - Hyperlink in ::after in HTML -


this question has answer here:

how can make hyperlink of ::after section in html, example:

<span>this example</span>  span:after {      content: "...read more"; } 

output be:

this example...read more.

i want ...read more hyperlink. possible?

no, it’s not possible. generated content can take form of either static text or static image content, , not entire dom elements.

nor kind of thing ::after meant used for. there no reason not mark hyperlink within document, since you're expressing link between document , other document.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -