Answers for "where i can style tag in html file"

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 i can style tag in html file"

Browse Popular Code Answers by Language