Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to leave spaces in html

Just use the br code here is an example:

<HTML>
  <head>
  </head>
  <body>
    <p>Hello My Name is
      <br>Ahmed and I have a
      <br>website at
      <br>https://ahmed-alfadhel.w3spaces.com
</HTML>
  
In this case I used the <br> to space it out from the other text but that only
leaves lines but I want a space so add 2 <br>'s
 
PREVIOUS NEXT
Tagged: #leave #spaces #html
ADD COMMENT
Topic
Name
2+8 =