Caitlin
Level 1
Write the reason you're deleting this FAQ
Whenever I design in HTMl, the code looks very messy from all the revisions. And, I've read this can be bad for SEO. Is there a way to clean up messy HTML after a project is done?
Well no inline styling helps.
Inline styled Example:
<input type="button" value="Submit" onclick="Submit_function();" style="background: #000; border: 1px solid #444; border-radius: 4px; ect etc. . . . . ">
It's better to use id's and classes, I just hate when people style in their pages like that
Are you sure you want to delete this post?
jakemadness
Inline styled Example:
<input type="button" value="Submit" onclick="Submit_function();" style="background: #000; border: 1px solid #444; border-radius: 4px; ect etc. . . . . ">
It's better to use id's and classes, I just hate when people style in their pages like that Well no inline styling helps. Inline styled Example: It's better to use id's and classes, I just hate when people style in their pages like that :(
Are you sure you want to delete this post?