Help for this page

Select Code to Download


  1. or download this
    html         <-- $root
    '-- body
    ...
    
    a            <-- $new_parent
    '-- img      <-- $img
    
  2. or download this
    html         <-- $root
    '-- body
    ...
        '-- img
    
    img          <-- $img
    
  3. or download this
    html             <-- $root
    '-- body
    ...
        |   '-- img  <-- $img
        +-- img
        '-- img