xxxxxxxxxx
<p style="color: blue; font-size: 46px;">
xxxxxxxxxx
<body>
<head>
<style type="text/css">
<!-- your style code here -->
</style>
</head>
<body>
Hello world, I've been formatted!
</body>
xxxxxxxxxx
h1 {
color:red;
font-size:18px;
}
This is modding the color and font size of the heading 1.
xxxxxxxxxx
<html>
<head>
<style>
body{
direction:rtl;
}
</style>
</head>
<body>
</body>
</html>
xxxxxxxxxx
Check this article, it's very cool: https://dev.to/devlorenzo/how-to-write-css-like-a-pro-4glj