You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importance of semantics, code HTML (semantic) first and add css(presentation) later. not to code HTML for presentation.
Any HTML CSS design patterns, good practices.
For images as list bullets, I suggest adding them via CSS eg.:
ul {
list-style-image: url(tips.gif);
}
rather than " ". That way when you want to change the bullets, you just change it in the CSS.
Please add more guidelines on CSS USage and semantic HTML
The text was updated successfully, but these errors were encountered: