+ 1
i just started learning basic html and when ever i write the code <span>hello world </span> it doesnt display on my browser
What could be tbe problem
3 Respostas
0
please upload your code here as well.
<span> itself does nothing but it has the possibillity to change type and colour ans such. it is normally used to group specific inline elements in a document
0
Upload your code and then only I could help uou
0
hello world should display, just maybe not where you want it because the span element does not have a line break before or after. also please upload the code otherwise it is much harder to help you