marinatuveson / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Strong Tag Usage #2

Open hmontero1205 opened 6 years ago

hmontero1205 commented 6 years ago

I noticed that you used the strong tag. You didn't have to add font-weight: bold; to the selector because that's that the strong tag does by default, it bolds things. That being said, I think you should've used a span instead. In general, you use strong to bold things on the fly.

marinatuveson commented 6 years ago

this may sound bad, but I am not sure what a "span" is...I added to be able to change the color of that sentence. I will research "span". thanks