/
Arsenii
/
html
Обзор
Документация
Войти
/
Arsenii
/
html
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
mocha.html
32 строки
1 KB
Arsenii
First html code
29 дек 2024, 12:27
29 дек 2024, 12:27
5c1c06d
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Mocha</title> <link rel="stylesheet" href="styles.css"> </head> <body> <header> <h1>Mocha</h1> <nav> <ul> <li><a href="index.html#home">Home</a></li> <li><a href="index.html#about">About</a></li> <li><a href="index.html#menu">Menu</a></li> <li><a href="index.html#contact">Contact</a></li> </ul> </nav> </header> <section> <h2>Mocha</h2> <p>A mocha is a coffee drink that also incorporates chocolate and milk. It is a variant of a latte but with added chocolate, often in the form of chocolate syrup, giving it a rich and sweet flavor. It's typically topped with whipped cream and sometimes chocolate shavings or cocoa powder.</p> <img src="https://ruscoffee.ru/upload/resize_cache/iblock/5cd/968_503_1/5cdd6070ac27c4a27881f02fed0558e2_preview.jpg" alt="Mocha" height="300" width="600"> </section> <footer> <p>© 2024 Coffee Shop.</p> </footer> </body> </html>