Computer Science, asked by sathishwarankritish, 4 months ago

Rahul has created a webpage with three tag and he wants to apply similar formatting for all tag. Guide him the correct way of adding a style sheet in the HTML document with syntax.

Answers

Answered by dattarajshinde44
0

Answer:

You Can Use 'CSS'

Syntax :-

tag {

 color: blue;

 background-color:black;

}

Similar questions