+ 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>

25th Sep 2021, 3:17 PM
KevinM
KevinM - avatar
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;
26th Sep 2021, 2:32 AM
AquazDev
AquazDev - avatar