Answers for "html inline style tag"

2

how to add css to html

<link rel="stylesheet" href="hi.css">
Posted by: Guest on July-01-2020
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