Computer Science, asked by agrawalnaitik124, 1 day ago

Which of the following is the correct way to embed CSS in an HTML document? ​

Answers

Answered by shettyyash52006
0

Answer:

<link src="stylesheet" href="yourcssfilename.css">

Explanation:

<link src="stylesheet" href="yourcssfilename.css">

This is the way to embed CSS in an HTML document

Similar questions