Validation help

please see

https://validator.w3.org/nu/?doc=http%3A%2F%2Fforallthetime.com%2Fobx5%2Fvisit.html

i dont follow the 2 errors, kindly help me out

https://validator.w3.org/nu/?doc=http%3A%2F%2Fforallthetime.com%2Fobx5%2Fevents.html

i added alt=“image”`` but still get this error

are infos important?

You have a </body> end tag before <footer>.

If you run the HTML Validator again with https you do not get those errors:

https://validator.w3.org/nu/?doc=https%3A%2F%2Fforallthetime.com%2Fobx5%2Fevents.html

1 Like

The validator tells you what their importance is.

Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.

From line 37, column 18; to line 37, column 75

<div><img src="http://placekitten.com/g/240/210" alt="image" /></div>

Remove the trailing slash that is before the closing bracket as it is not required in html5.

Also alt=“image” is nonsense as it tells me nothing I wouldn’t know already from the mark up. It should be specific to describe the image.

If the image is just decoration then it should be empty. i.e. alt=“”.

ok, progress

https://validator.w3.org/nu/?doc=http%3A%2F%2Fforallthetime.com%2Fobx5%2Fevents.html

corected line 37, 55, 59 same

same green

info

reading

also says

Document checking completed. No errors or warnings to show.

https://validator.w3.org/nu/?doc=http%3A%2F%2Fforallthetime.com%2Fobx5%2Fvisit.html

corected line 92 and 93 same

error

reading

https://validator.w3.org/nu/?doc=http%3A%2F%2Fforallthetime.com%2Fobx5%2FFAQ.html

i believe i have been told to ignore this

thats everything!

please help me out here :slight_smile:

tell me what my code should look like

Yes you can ignore that as it will go away when you use English text.

GOOD NEWS!

everything is validated

accept for

https://jigsaw.w3.org/css-validator/validator?uri=forallthetime.com%2Fobx5%2Findex.css&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en

i tried to figure this out myself, no go

i would think this is simple :slight_smile:

please clarify and pass on to me the right code, and again, a comment on how you fixed it

thank you!!!

86 .iHolder img Value Error : min-height only 0 can be a unit. You must put a unit after your number : 100

Seems fairly self explanatory. The min-height is 100 what?
You need to specifiy which units.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.