Answers for "where do i put style in html"

3

how to style in html file

<p style="text-align: center; color: pink;">Hello World</p>
Posted by: Guest on May-14-2020
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 do i put style in html"

Browse Popular Code Answers by Language