Skip to content

Instantly share code, notes, and snippets.

@klejnov
Created September 24, 2017 19:23
Show Gist options
  • Save klejnov/a243cafced32480352c4d940bd305e23 to your computer and use it in GitHub Desktop.
Save klejnov/a243cafced32480352c4d940bd305e23 to your computer and use it in GitHub Desktop.
<!DOCTYPE html">
<HTML>
<HEAD>
<TITLE> Документ для учебы </TITLE>
<META NAME="Keywords" CONTENT="учёба, школа">
<META NAME="Description" CONTENT="Обучение html">
<style>
.text {
color: #ff0000;
font-size: 20px;
text-align: center;
}
</style>
</HEAD>
<BODY>
<div class="text">Привет Бобруйск!</div>
</BODY>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment