Posts by Rafael Antunes • 1 point
4 posts
-
-1
votes9
answers37388
viewsA: What should I use in CSS, id, or class?
Class: can be used by more than one element on the same page, thus creating a category. ID: is a unique definition/identification and can only be used for only one element on each page.…
-
0
votes2
answers65
viewsQ: What is the difference between a class and an id in html?
Hi, I’m new to html programming and wanted to know the difference between a class and an id? EX: #principal{ } .principal{ }
-
0
votes4
answers6985
viewsA: How to underline html / css
To remove the underlining of a link, use the following property; to{ text-Decoration: None; }
-
0
votes2
answers64
viewsA: First Letters of the full name
Use the "text-Transform: capitalize;" property in your css.
htmlanswered Rafael Antunes 1