Help for this page

Select Code to Download


  1. or download this
    $ od -c test.html
    0000000   <   h   t   m   l   >  \r  \n   <   h   e   a   d   >  \r  \
    +n
    ...
    0000120       b   o   d   y   .  \r  \n   <   /   b   o   d   y   >  \
    +r
    0000140  \n   <   /   h   t   m   l   >  \r  \n
    0000152
    
  2. or download this
    $ od -c test.html
    0000000   <   h   t   m   l   >  \n   <   h   e   a   d   >  \n   <   
    +t
    ...
    0000120   .  \n   <   /   b   o   d   y   >  \n   <   /   h   t   m   
    +l
    0000140   >  \n
    0000142