one way to apply css to html elements is by using the ______________ attributes
Answers
Answered by
2
Answer:
css file) to your HTML document file using the < link > tag . You can place this < link > tag Within the < head > section, and after the < title > element of your HTML file.
Explanation:
hope it is helpful
thank you
Answered by
4
Answer:
one way to apply css to html elements is by using the __Style______ attributes
Explanation:
example:
<h1 style="color:blue;text-align:center;">This is a header</h1>
<p style="color:green;">This is a paragraph.</p>
Similar questions