0
Which Browsers are best for checking html programe
6 Respuestas
0
google chrome
0
span attribute is not working on chrome what to do
0
it should work on chrome, mybe your code is not right
0
<h1><span> My coding schedule </h1></span>
this code is not working in pc but runs fine in solo
0
you need to close the tags in the right order. i dont know why it works in sololearn but it shouldn't work.
<h1><span> my coding schedule </span></h1>
you start with h1 and you'll end with h1.
just like you won't close the html tag before you close the body tag
0
okay i will give it a try thanks for help bro