Answers for "css after in javascript"

0

css after in javascript

<!DOCTYPE html>
<html>
<head>
<style>
p::after { 
  content: " - SAMS TEAM";
}
</style>
</head>
<body>

<p>WE LIVE IN INDIA</p>
<p>WEB</p>

</body>
</html>
Posted by: Guest on March-24-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language