Advertisement
Ludwiq

Untitled

May 27th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.     <meta charset="utf-8" />
  6.     <title></title>
  7. </head>
  8. <body>
  9. <b>
  10.     <div id='1'>
  11.         Div1
  12.     </div>
  13.     <div id='2'>
  14.         <div  id='3'>
  15.             Div!
  16.             <div  id='4'>
  17.                 Div*
  18.             </div>
  19.         </div>
  20.         <div  id='5'>Div%</div>
  21.     </div>
  22.     <div id='6'>
  23.         chuj
  24.     </div>
  25. </b>
  26. <b>
  27.     <div id='7'>
  28.         Div1
  29.     </div>
  30.     <div id='8'>
  31.         chuj
  32.     </div>
  33. </b>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement