Add CSS

Report a typo

Add a CSS rule so that the numbering is easily understood by Persians. You may reference the Docs to look up the correct language.

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Table of Contents of The Book</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
How to learn a new word?
<ol>
<li>Read the word</li>
<li>Listen to the pronounciation</li>
<li>Repeat 7 times outloud</li>
<li>Start using it in conversations</li>
</ol>
</body>
</html>




Completed 0 of 1
Add CSS
___

Create a free account to access the full topic