Renderizar la página HTML en JavaScript

/*
	use DOM (Document Object Model)
    learn more about it here : https://www.w3schools.com/js/js_htmldom.asp#:~:text=The%20DOM%20defines%20a%20standard,and%20style%20of%20a%20document.%22
    
   	Or you can also use a framework like
    React or Angular
*/
Himanshu Jangid