Computer Science, asked by shajisaifina7344, 1 year ago

The __ locates the elements in HTML Document to be styled

Answers

Answered by awesomedakshesh
2

Answer:write the elements you want to style between <style> and </style>

Explanation:

eg

<style>

body {background-color: blue;}

</style>

Answered by Anonymous
4

The <style> tag and the format s written in <body> tag.

Similar questions