Добавь каждому элементу в файле index.html
шрифт ‘Times New Roman’.
Шрифт в заголовке <h1>
должен выводиться курсивом.
Эта задача — часть курса по Full-Stack JavaScript
Ты можешь задать свой вопрос в комментариях под постом
Если ты уже решил задачу, то не стесняйся помочь другим
index.html
<!DOCTYPE>
<html>
<head>
<title>Algorithm</title>
</head>
<body>
<h1>Algorithm definition</h1>
<p>A set of mathematical instructions that must be followed in a fixed order</p>
<p>That will help to calculate an answer to a mathematical problem</p>
<a href="https://dictionary.cambridge.org/dictionary/english/algorithm">Read at Cambridge dictionary</a>
</body>
</html>