+ 1
Is there anyway that an error in CSS code could interfere with HTML script?
I tried to bold some key words on a code that I was working on CSS and they turned out exactly as my original code on the web browser. <Strong>Income</Strong>
2 Antworten
+ 3
Hello KevinM
You use Stronger is not right
The right one is <strong>
Or in css you can use
text-decoration:bold;