Passing the test is far from the only thing that is important, in fact that should be pretty easy.
- Using invalid HTML is not OK, using obsolete elements is not OK
Summary
HTML Inspector warnings:
The classes well (2) title (2) content-section (1) text-center (1) contact-section (1) container (1) row (1) col-md-8 (1) col-md-offset-2 (1) form-horizontal (1) form-group (3) btn (1) btn-default (1) contact-details (1) are used in the HTML but not found in any stylesheet.
The <center> element is obsolete and should not be used.
The <font> element is obsolete and should not be used.
The <p> element cannot be a child of the <h1> element.
The <p> element cannot be a child of the <h1> element.
The <center> element is obsolete and should not be used.
The 'alt' attribute is required for <img> elements.
The 'src' attribute is required for <img> elements.
'<div' is not a valid attribute of the <img> element.
The <font> element is obsolete and should not be used.
The 'alt' attribute is required for <img> elements.
The 'alt' attribute is required for <img> elements.
The 'alt' attribute is required for <img> elements.
The 'alt' attribute is required for <img> elements.
The <font> element is obsolete and should not be used.
The <p> element cannot be a child of the <h1> element.
The <div> element cannot be a child of the <h1> element.
The 'action' attribute is required for <form> elements.
The 'cols' attribute is required for <textarea> elements.
The 'rows' attribute is required for <textarea> elements.
- Who uses the
<font>
element? It was deprecated in HTML 4.01, FCC certainly did not teach you about this.
Do not use this element! Though once normalized in HTML 3.2, it was deprecated in HTML 4.01, at the same time as all elements related to styling only, then obsoleted in HTML5.
- Using bootstrap classes without actually including the bootstrap css makes no sense.
I kind of didn’t want to post this, but i am going to anyway:
Honestly, and please don’t get mad, but the use of an old version of bootstrap combined with the fact that you are not even including bootstrap, combined with the odd use of obsolete elements, makes it look like you copied the code from somewhere. If you did not, then I’m sorry, i really don’t mean to offend. I’m just telling you what it makes me think. I don’t want to come off as confrontational, i am only trying to help.