How do I properly code my footer? See example

you can use this code in the footer …

         <div class="your-class-name">
         <?php _e('Copyright &copy ', 'textdomain'); ?> <?php echo date('Y'); ?>  | <?php _e('Made by Dev ', 'textdomain'); ?>| <a href="#"><?php _e('Privacy Policy Terms of Use', 'textdomain'); ?></a>  
</div>