Facebook
From Beige Partdridge, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 59
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.         <title> po mesoj HTML</title>
  5. </head>
  6. <body>
  7.         <h1>GJUHA HTML</h1>
  8.         <br>
  9.         <h3>Cfare eshte HTML</h3>
  10.         <p>Gjuha me te cilen ndertohen faqet WEB(faqet e internetit).</p>
  11.  
  12.         <h3>Editoret text</h3>
  13.         <ul>
  14.                 <li>Sublime Text</li>
  15.                 <li>S Code</li>
  16.                 <li>Atom</li>
  17.                 <li>Bracket</li>
  18.         </ul>
  19. </body>
  20. </html>