I am developing a website on Adobe Dreamweaver CS6 , the main browser does not generate errors, the code is correct and Adobe gives the source

 <p align="CENTER" <font style="font-size: 20pt"><a href="niz/site.html" textov </font> </p> </a> <h5 align="center"> <a href="niz/site.html"><u><i> О сайте </i></u></a><a href="niz/razrabotchiki.html"alt="Разработчик Суворов Арсентий"><u><i>Разработчики</i></u></a><i><a href="niz/vakansii.html"> Вакансии</a></i> <u><!-- текст нижней шапки--> </u></h5> <p align="center"> <a href="niz/form.html"<i>form</i></p></a> 

Swears adob on

 p align="CENTER" 

It is supposedly invalid because there is no closing quote or bracket (although this is not the case).
Swears at <a href="niz/site.html" textov , the error is the same as above And this is also <a href="niz/form.html" And the browser displays normally.

  • Is align not obsolete? - zb '

2 answers 2

Monsieur Programist Syvorov will not fix. I suggest a riddle:

Find the differences between this

 <p align="CENTER" <font style="font-size: 20pt"><a href="niz/site.html" textov </font> </p> </a> 

and this record

 <p align="CENTER"> <font style="font-size: 20pt"><a href="niz/site.html"> textov </a></font></p> 

And another piece of advice: you shouldn’t start learning html from all kinds of "DreamVivers" - the work with a textbook, a notebook and pens develops better the memory of the head and fingers.

  • <p align = "CENTER" There is no bracket, the code will not work for the abra cadabra in the browser so? - Arsenty Suvorov
  • Yes, bracket, + it is also desirable to get used to this to follow the nesting of tags. - Dimka

that there is no closing quote or bracket (although this is not the case)

And the first line is it not the absence of a “closing bracket”? And at the very end of your code, in the <a> tag, is the whole syntax true?

And the browser displays normally.

The browser realized that it would be more expensive to fight with you. That shows the supposedly normal))

  • At the end, everything closes up </ p> </a>. The browser reacts to this design normally, but Adobe doesn’t really ... - Arsenty Suvorov
  • 3
    @Programist Syvorov, I can not understand - are you kidding so or seriously talking? - Deonis
  • And how correct it will be to <p align = "CENTER" and the norms react to everything else, but Adob ​​is not ... Maybe not to pay for an error, I checked my design many times in the browser, it works fine, maybe in Abobe syntax this is bad? - Arsentiy Suvorov
  • 3
    Monsieur Browser sees everything, just Monsieur browser is lenient. I support Deonis and suggest that the button with ">" is not visible. This happens if you often "eat oatmeal" in front of the computer seeeer! - Dimka
  • one
    They tried to explain to you that the p <p align="CENTER" tag lacks an angular closing bracket > . And this error is repeated further. - alexlz