<ul>
  <li id = "one"></li>
  <li id = "two"></li>
  <li id = "three"></li>
</ul>
const firstFunctionHandler = ()=>{    
  document.getElementById("one").innerHTML = "1. Below is the Title of Product";

  document.getElementById("two").innerHTML = "2. Amazon- Foldsack Phillip  !";    

  document.getElementById("three").innerHTML = "3. Thankyou !";    
}  



firstFunctionHandler();

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://unpkg.com/vue