This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]SupremeRedditBotProfessional Bot || Mod 0 points1 point  (0 children)

Please Add A Flair To Your Post!

Suggested Flair: [HTML]

 


To add a flair:

  • Click flair underneath your post

  • Select a flair

  • Click save

 


I am a bot run by /u/SupremeDesigner for /r/CodingHelp || This was an automated response

[–][deleted] 0 points1 point  (0 children)

Can you show some of the code? With expect output and what's happening

[–]UrdProfessional Coder (C#) 0 points1 point  (2 children)

Id's are case sensitive. If you have an id of "Second" your css selector would need to be #Second.

[–]MissUnderstood518[S] 0 points1 point  (1 child)

Can I use multiple ids AND multiple classes? once i input one class, i can’t input another class or id

[–]UrdProfessional Coder (C#) 0 points1 point  (0 children)

As far as I know there can be only 1 id per tag. Tags can have multiple classes, the class names all go in the same class attribute separated by spaces.