Skip to content

Instantly share code, notes, and snippets.

@PonomareVlad
Created March 28, 2019 08:39
Show Gist options
  • Save PonomareVlad/32bfc510094d3ea4d007a9704c96f7d4 to your computer and use it in GitHub Desktop.
Save PonomareVlad/32bfc510094d3ea4d007a9704c96f7d4 to your computer and use it in GitHub Desktop.
First lesson
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Мой первый</title>
</head>
<body>
<h1>Привет из HTML!</h1>
<p>Наш прогресс в изучении HTML:</p>
<progress max="100" value="5"></progress>
<br>
<a href="https://telegra.ph/Tvoj-pervyj-urok-po-HTML-03-28">Нажми чтобы продолжить обучение 👉</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment