Computer Science, asked by banvanrikushwaha, 2 months ago

one way to apply css to html element is by using the ​

Answers

Answered by Adhiksit
2

Explanation:

We insert CSS in HTML using the style tag between the head tags -

<html>

<head>

<style>

YOUR CSS CONTENT WILL BE WITHING THE STYLE TAG

</style>

</head>

<body>

YOUR HTML CONTENT WILL BE HERE

</body>

</html>

Similar questions