website using css and html code example
Example 1: how to css html
<html>
<head>
<style>
body{
direction:rtl;
}
</style>
</head>
<body>
</body>
</html>
Example 2: use w3 css on your website
To use w3-css on your project just add the following cdn to your HTML head tag
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
from here you'll be able to call any w3-css class and use it in your project.