Home
О нас
Products
Services
Регистрация
Войти
Поиск
Toxakost
@Toxakost
July 2022
1
15
Report
HTML,CSS буду благодарен
Please enter comments
Please enter your name.
Please enter the correct email address.
Agree to
terms of service
You must agree before submitting.
Send
Answers & Comments
iwrowo
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
h1, p {
color: black;
}
h1 {
text-align: center;
font: bold 16pt Arial;
}
p {
font: 14pt 'Times New Roman';
text-align: left;
text-indent:
7mm
;
}
</style>
</head>
<body>
<h1>Заголовок 1</h1>
<p>Абзац 1</p>
</body>
</html>
2 votes
Thanks 2
×
Report "HTML,CSS буду благодарен..."
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
Helpful Links
О нас
Политика конфиденциальности
Правила и условия
Copyright
Контакты
Helpful Social
Get monthly updates
Submit
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
<html>
<head>
<meta charset="utf-8">
<style>
h1, p {
color: black;
}
h1 {
text-align: center;
font: bold 16pt Arial;
}
p {
font: 14pt 'Times New Roman';
text-align: left;
text-indent: 7mm;
}
</style>
</head>
<body>
<h1>Заголовок 1</h1>
<p>Абзац 1</p>
</body>
</html>