Using The "p-Style" For Hmtl Police Size
Hello Sir,
Could you please tell me why a big space is created between the top of the HTML zone and the text when I use the "p-style" for the police size (see encolsure) ?
Thank you for your answer.
0
-
The <p> tag is a block tag which will always give you a new line for your content. To avoid this you could put your content in an inline tag such as <span>, or just put the text directly into the <body> content.
0
Please sign in to leave a comment.
Comments
1 comment