Answers for "style tag in html page"

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

Browse Popular Code Answers by Language