do people write html and css code example
Example 1: how to write css
Check this article, it's very cool: https://dev.to/devlorenzo/how-to-write-css-like-a-pro-4glj
Example 2: how to css html
<html>
<head>
<style>
body{
direction:rtl;
}
</style>
</head>
<body>
</body>
</html>