Make try it yourself html editor in easy way ||3 line and script ||

By:- +aman yadav

I am going to post my last post (How to change background of webpage using CSS) then i think to make my own try it yourself html page like W3schools and i try it and make it you can also make this for yourself just use these codes
* Use this code in of the page

function update()
{
   var x = document.getElementById(‘mycode’).value;
   frames[‘display’].document.documentElement.innerHTML = x;
}

and this code in body of the page


 

1 thought on “Make try it yourself html editor in easy way ||3 line and script ||”

Leave a Comment