+ 11
I do not have a clear tag <br/> because the code does the same without <br/>. Can someone explain to me?
4 Antworten
+ 10
tnx !
+ 1
In order to see a new line, it has to be a double <br /><br />, because by default a single br will be ignored. Put two br instead of one, to let the browser understand you do really want to insert a new line, and add a css background-color style to p to see the area they occupy.
p {
background-color: #CCC;
}
0
No problem!
0
it defines a single line brake