Answers for "declare css in html"

15

add css to an html file

<link rel=“stylesheet” type=“text/css” href=“style.css” />
Posted by: Guest on March-14-2020
2

how to css html

<html>
<head>
<style>
body{
	direction:rtl;
}
  </style>
  </head>
  <body>
  </body>
</html>
Posted by: Guest on January-24-2021

Browse Popular Code Answers by Language