Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a blank space in HTML

Tags:

html

I just started learning HTML yesterday and I am experiencing with it, does anyone know how can I add ablank space between texts?

like image 589
BogySounds Avatar asked Sep 03 '25 16:09

BogySounds


2 Answers

in html you can use   that you can use into of some text but if you want to add between divs you need to use css

like image 102
Favio Figueroa Avatar answered Sep 05 '25 07:09

Favio Figueroa


You can use &nbsp inside your header or paragraph tags to insert one blank space or   for two blank spaces.

like image 29
Aidan Young Avatar answered Sep 05 '25 05:09

Aidan Young