Advertisement
dannyjul

teks format html 2

Sep 26th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Teks Format</title>
  5. </head>
  6. <body>
  7.  
  8.     <b>Ini teks Bold</b>
  9.     <i>Ini teks Italic</i>
  10.     <u>Ini teks Underline</u>
  11.     <s>Ini teks Strikethought</s>
  12.     Ini adalah teks <sup>Superscript</sup>
  13.     Ini adalah teks <sub>Subcript</sub>
  14.     <strong>Ini teks Strong</strong>
  15.     <small>Ini teks Small</small>
  16.     <ins>Ini teks Insert</ins>
  17.     <del>Ini teks Delete</del>
  18.     <mark>Ini teks marked</mark>
  19.  
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement