Answers for "where should i place the style tag in html"

1

style tag html

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

where do you put style tags in html

// Style tags belong in <head>
Posted by: Guest on October-20-2020

Code answers related to "where should i place the style tag in html"

Browse Popular Code Answers by Language