What does "#" mean
-
-
Depends on what # you’re referring to.
1. #footer: This is referring to an ID named ‘footer’. IDs are assigned to specific HTML elements like
orto style them.
2. color: #fff: This is a hex code for white color. Different colors correspond to different hexadecimal values.
-
- The topic ‘What does "#" mean’ is closed to new replies.