Answers for "style attribute html tag"

1

style tag html

<style type="text/css">
p {
  color: #26b72b;
}
</style>
Posted by: Guest on May-07-2021
0

style attribute in html

<p style="color: red; /* CSS */">Example</p>
Posted by: Guest on January-01-2021

Browse Popular Code Answers by Language