Computer Science, asked by BhargavJyotiBora, 3 months ago

one way to apply css to html elements is by using the ______________ attributes​

Answers

Answered by bhagyashree245
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 sanjaypal146
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