hello,
i posted this question some time back.
when i went to look, i found it was gone!
not sure what to think 
so i will ask again!
see https://forallthetime.com/
i coded this site before i knew about validation
when i did go to validate, it was ugly
yes⦠its a MESS and emarasing too!
what happens if i leave the entire code be?
it has worked for year(s?) with only a minor hic up, which resloves itself
does anything bad happen if i do not correctly validate my code?
i am tempted to leave it beā¦
NEVER had major problem
BTW, if my original post is here, i apologizeā¦
i simply dont see it
please help me out 
thank you!
Hi there.
Your post is still up. (And the one before that
)
Iām not sure what you mean by validate. Do you mean HTML validation through a website like https://validator.w3.org/ ?
If so, I would recommend making any changes to whatever it highlights. This ensures your HTML follows best practices, is accessible, and is easily read.
If not, could you go into more detail?
Thank you! 
thanks for the reply!
yes i mean https://validator.w3.org/
https://jigsaw.w3.org/css-validator/
i am overwhelmed with so many errorsā¦
like i said, the site has been up for quite a while, no signifcant problems
lets say i leave it as it is now⦠seems fully functional (that 1 minor issue)
what if i leave it not validated?
does anything bad happen?
seriously, thak you!
Your site works, so you wouldnāt need to fix anything per se.
Look at the errors and ask, āIs this something that could impact the experience of the end user?ā If not, then you could leave it as it is. If youāre unsure, Google the error and see what information you can find.
hello again!
quick question i need help with
please see
https://validator.w3.org/nu/?doc=https%3A%2F%2Fforallthetime.com%2Fproject5%2Findex.html
i see the word āConsiderā
what should i do here?
thank you for your time!
On the homepage, there is an area that has <section> commented out.
I donāt think the authenticator sees the comments, just the content. So, if you had something likeā¦
<section>
<p>This is a section of content</p>
.
.
.
</section>
The validator would want an <h2>-<h6> heading, because they outline the head or introduction of new sections. This is an accessibility concern, so I would take heed.
However, as mentioned, this is code that is commented out. So you donāt need to worry about it.