malinka-best
Новичок
Дата регистрации:
12.12.2014 13:07:50
Сообщений: 1
Доброго времени суток!
Помогите пожалуйста, как правильно составить код:
нужно: <h1><b><i><font face="times new roman">блог</font></i></b></h1>
<h2><b><i><font face="times new roman" size="7">Романа Малинина</font></i></b></h2>
не валидный...
Нужно чтоб был валидным.
Jey-Val-Star
Освоившийся
Дата регистрации:
30.11.2014 21:33:11
Сообщений: 27
Конечно, будет невалидный
<font face="times new roman">блог</font>
Это убери
С появлением CSS такая запись морально устарела - все оформление задаеться в CSS
моня001
Новичок
Дата регистрации:
17.02.2015 09:59:06
Сообщений: 3
Подскажите, есть сайт по http://tut-vyvoz.ru при проверке выдает что приличное количество ошибок типа > но как их исправить если я такое тег и ставлю в и тоге, может регистр не такой или что еще.
АнтиДотер
Новичок
Дата регистрации:
22.06.2015 18:29:55
Сообщений: 1
Подскажите пожалуйста как сделать код правильным. В чём ошибки?
Line 2, Column 43: value of fixed attribute "xmlns" not equal to default<html xmlns = "http//www.w3.org/1999/xhtml">https://validator.w3.org/feedback.html?uri=;errmsg_id=143#errormsg
Line 2, Column 1: Wrong xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml<html xmlns = "http//www.w3.org/1999/xhtml">https://validator.w3.org/feedback.html?uri=;errmsg_id=wrong-xmlns#errormsg
Line 8, Column 82: document type does not allow element "img" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "address", "fieldset" start-tag…mg src = "images/headlogo.jpg" width = "100%" alt = "Логотип дота из дерева" />https://validator.w3.org/feedback.html?uri=;errmsg_id=65#errormsg
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there
and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>"
inside an inline element (such as "<a>", "<span>", or "<font>"
.