I also keep forgetting the code tags.
As far as HTML comments, have read the following:
"In HTML, a comment is text enclosed within < !╌ ╌> tags. This syntax tells the browser that they are comments and should not be rendered on the front end."
< !--place comment here-->
Would these type of HTM(L) comments be OK?
- Brian
|