Search
 
SCRIPT & CODE EXAMPLE
 

HTML

nbsp in html

&nbsp;&nbsp;&nbsp;&nbsp;  <!--Type this for 4 empty spaces-->
Comment

  html

<p> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> <!-- Creates a few blank spaces -->
Comment

  html

<div style="width:375px;margin:0 auto;font-family: Helvetica,sans-serif;">
  <table style="width:100%;background-color: aliceblue;border-bottom: 1px #539ecb solid; 
                    border-top: 1px #539ecb solid;color: #334859; text-transform: uppercase;padding:0 15px;">
      <!-- Entries Header -->
      <tr>
          <td style="padding:3px 0;width: 47%;">
              <h5 style="margin:0;">Description</h5>
          </td>
          <td style="text-align: center;width: 25%;">
              <h5 style="margin:0;">Qty</h5>
          </td>&nbsp;
          <td style="text-align: right;">
              <h5 style="margin:0;">Amount</h5>
          </td>
      </tr>
  </table>
  <table style="width: 100%;padding:0 15px;">
      <!-- Entries -->
      <tr>
          <td style="padding:5px 0;width: 50%;">
              <span style="text-transform: uppercase;font-size: 13px;">Office desk</span>
          </td>
          <td style="padding:5px 0;text-align: center;width: 25%;">
              <small style="margin: 0;font-size: 11px;">2 x $217.75</small>
          </td>
          <td style="padding:5px 0;text-align:right;">
              <span style="margin: 0;font-size: 13px;">$435.50</span>
          </td>
      </tr>
  </table>
</div>
 Run code snippetHide results
Comment

PREVIOUS NEXT
Code Example
Html :: react native force light mode 
Html :: name attribute in html 
Html :: make checkbox required 
Html :: textarea bootstrap 
Html :: blinking text in html using javascript 
Html :: blobs fish 
Html :: watermark in html5 
Html :: Simple example of using external file javascript in html 
Html :: html row 
Html :: how to import jquery modular 
Html :: ngbdatepicker disable input 
Html :: html lang attribute 
Html :: syntax is being placed in my textarea in html 
Html :: cambiar src jquery 
Html :: on phone option html 
Html :: html form using http 
Html :: itelaic in html 
Html :: make text bold with html 
Html :: split screen html 
Html :: radio button bootstrap 
Html :: creastapp 
Html :: bootstrap nav tabs example 
Html :: html default arrow remove 
Html :: best free html video player 
Html :: input tags html 
Html :: html table fixed first column 
Html :: Hyperlink to text simple html a tag 
Html :: nested list html 
Html :: iframe 
Html :: html peseta 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =