Created
September 24, 2017 19:23
-
-
Save klejnov/a243cafced32480352c4d940bd305e23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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