Doc. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Doc.

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Моя первая веб-страница</title> </head> <body> <h1>Заголовок страницы</h1> <p>Основной текст.</p> </body> </html>

26th Mar 2021, 8:39 AM
Valeria Savga
Valeria Savga - avatar
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.
26th Mar 2021, 9:06 AM
R💠🇮🇳
R💠🇮🇳 - avatar
- 1
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Моя первая веб-страница</title> </head> <body> <h1>Заголовок страницы</h1> <p>Основной текст.</p> </body> </html>
26th Mar 2021, 8:39 AM
Valeria Savga
Valeria Savga - avatar
- 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>
26th Mar 2021, 8:40 AM
Valeria Savga
Valeria Savga - avatar