Answers for "how to use styles within an HTML tag"

4

where do you put style tags in html

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

inline style, straight into the HTML tags using style attribute

<p style="color: red">text</p>
Posted by: Guest on June-04-2021

Browse Popular Code Answers by Language