Posts by Túlio • 1 point
2 posts
- 
		-4 votes2 answers65 viewsA: What is the difference between a class and an id in html?They are pretty much the same thing. Both are used to name items created in HTML. I suggest you use an id on more important items like a main div and use classes on less important things like… 
- 
		-3 votes1 answer40 viewsA: display:table next to footerWouldn’t it be better if you used the "display: inline;" or maybe "display: inline-block;", pq you can get more or less the same result by changing the size with percentage.