Here is what he wrote (start of work).

<html> <head> <title>Главная</title> </head> <body> </body> </html> 

I look through the browser and here it is ... alt text

  • one
    What else is alt text? What is this about? You just have a blank page with the title of the Home window. There can be no altext. - cy6erGn0m
  • oh ... there is just no photo inserted! how do i insert it? - aibek96
  • Click on the icon with a picture, select the file, click ok. - Nicolas Chabanovsky
  • I put the picture at the beginning, but as you can see it does not work! it seems I have already done! = ( - aibek96
  • not! It does not work ... some kind of "alt text" in the place of a photo! in general, I have a page with the title not “Home” but “P“ P ”P ° PІRЅR ° CЏ” - aibek96

1 answer 1

It's simple, try this:

  <html>
     <head>
     <meta content = "text / html; charset = utf-8" http-equiv = "Content-Type">
     <title> Home </ title>
     </ head>
     <body>
     </ body>
     </ html>