Answers for "where do i put my style tag in html"

1

style tag html

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

Code answers related to "where do i put my style tag in html"

Browse Popular Code Answers by Language