'div tags for headers and footers not working in R Code

This is the exact code I have been using, it generates a pdf output without any errors. But the only problem is headers and footers are missing in the pdf document. Am i missing on any libraries or is there something wrong in my code. Please someone advise me regarding this

<div class="divFooter"> 
   <div class="divFooter--line"> <body><hr></body> </div>
   <div class="divFooter--ReportDate" style = "font-family:computer modern;font-size:10px"> **Report Date:**
                                             <br>`r format(Sys.time(), '%d %B, %Y')`</div>
   <div class="divFooter--Link" style = "font-family:computer modern;font-size:12px"> www.hello.com </div>
</div>

<div class="divHeader">
  <div class="divHeader--left" style = "font-family:computer modern;font-size:12px"> hi hi hi <br>hi hi hi </div>
  <div class="divHeader--right" style = "font-family:computer modern;font-size:16px"> **`r format(EndDate, '%B %Y')`** </div>

</div>
***


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source