Почему эдитор страницу не рисует ? <html> <head> <style type="text/css"> h1 {color: red; font-family: sant-serif; margin-bottom: 0px; padding-bottom: 0px;} <!h1 {border: 1px solid; padding: 5px;} h2 {color: red; font-family: sant-serif;} p {border: red; padding-top: 0px; margin-bottom: 0px; text-align: justify;} img {margin: 20px; border: 1px; height: 230px; width: 200px; } </style> <title>Танки</title> </head> <body> <h2>Фото автомобилей времен Мировых Войн</h2> <hr/ color="red"> <img src="tanks/t-34_85 Kommandoverband Jaguar.jpg" /> <img src="tanks/t-34_85 Kommandoverband Jaguar 1.jpg" /> <img src="tanks/t-34_85 Kommandoverband Jaguar 2.jpg" /> <img src="tanks/t-34_85_01.jpg" /> <br/> <img src="tanks/t-34_85_07.jpg" /> <img src="tanks/t-34_85_08.jpg" /> <img src="tanks/t-34_85_09.jpg" /> <img src="tanks/t-34_85_10.jpg" /> </body> </html>