- 1
Doc.
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Моя первая веб-страница</title> </head> <body> <h1>Заголовок страницы</h1> <p>Основной текст.</p> </body> </html>
3 Answers
0
Valeria Savga You can promote your code in this following
Code and Post Advertising Thread :
https://www.sololearn.com/discuss/475577/?ref=app
https://www.sololearn.com/discuss/497411/?ref=app
Q&A is to ask programming related questions, problems in code hope you understand delete it.
- 1
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Моя первая веб-страница</title>
</head>
<body>
<h1>Заголовок страницы</h1>
<p>Основной текст.</p>
</body>
</html>
- 1
<HTML>
<Head>
<Title> Text preformatat </Title>
<H1 align="center"> Chisinau</H1>
</Head>
<Body leftmargin="20" topmargin="20"
bgcolor="lightblue" text ="white">
<HR size="5" width="70%" color="black">
<Font color="blakc"> <H1>Sectoarele Chisinaului:</H1>
<H3 >
<Pre>
Centru
Buiucani
Riscani
Botanica
Ciocana
</Pre>
</H3>
</Font>
</Body>
</HTML>