середа, 1 червня 2016 р.

HTML код №

<!DOCTYPE html>
<html>
<style>
body {
    font-size: 20px;
}
</style>
<body>

<p>I will display &#8470;</p>
<p>I will display &#x02116;</p>
<p>I will display &numero;</p>

</body>
</html>

https://htmlacademy.ru/courses/26/run/4
http://www.w3schools.com/charsets/tryit.asp?filename=&ent=numero&hexa=02116