CHITUS

<i>

Коротко/Briefly:

what is : The <i> tag used to change the mood of the text (highlighting the text in italics.)

що таке : Тег <i> використовується для зміни настрою тексту (виділення тексту курсивом.)

Приклад коду/Code Example:

<!DOCTYPE html>
<html>
<head>
    <title>Chitus</title>
</head>
<body>
    <h1>Welcome to <i>Chitus</i></h1>
    <p><i>Chitus</i> is a fictional company that specializes in innovative solutions.</p>
</body>
</html>

Як писати/How to write:

The <i> tag wrap the text you want to italicize.

Тег <i> обгорніть текст, який потрібно виділити курсивом.