You are on page 1of 2

6/22/2020 view-source:https://codinghtmlontherun.appspot.

com
1 <html>
2 <head>
3 <script>
4 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
5 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
6 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
7 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
8
9 ga('create', 'UA-37370185-9', 'codinghtmlontherun.appspot.com');
10 ga('send', 'pageview');
11
12 </script>
13 <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
14 <title>testing</title>
15 <style type="text/css" media="screen">
16 .name{
17 float:left;
18 border:1px solid black;
19 height:500px;
20 width:49%;
21 }
22 textarea {
23 width:100%;
24 height:500px;
25
26 }
27 #iframee
28 {
29 width:100%;
30 height:500px;
31
32 }
33 #header{
34
35 width:100%;
36 border:0px;
37 height:100px;
38
39 }
40 #r
41 {
42 width:49%;
43
44 float:left;
45 border:0px;
46 }
47 #l
48 {
49 width:49%;
50
51 float:left;
52 border:0px;
53 }
54 h1{
55 text-align: center;
56 }
57 </style>
58
59
60 </head>
61 <body id="testing" onload="">
view-source:https://codinghtmlontherun.appspot.com 1/2
6/22/2020 view-source:https://codinghtmlontherun.appspot.com
62

63 <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>


64 <ins class="adsbygoogle"
65 style="display:inline-block;width:728px;height:90px"
66 data-ad-client="ca-pub-1898754542032268"
67 data-ad-slot="4828944385"></ins>
68 <script>
69 (adsbygoogle = window.adsbygoogle || []).push({});
70 </script>
71 <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
72 <ins class="adsbygoogle"
73 style="display:inline-block;width:970px;height:90px"
74 data-ad-client="ca-pub-1898754542032268"
75 data-ad-slot="6305677584"></ins>
76 <script>
77 (adsbygoogle = window.adsbygoogle || []).push({});
78 </script>
79 <div id="header">
80 <div><h1 id="l" >HTML Code</h1></div><div id="r"><h1 >Preview</h1></div>
81 </div>
82 <div class="name">
83 <textarea name="Name" id="code" rows="8" cols="40" onchange="return convert()"
onkeyup="return convert()" ></textarea>
84 </div>
85 <div class="name">
86 <iframe id="iframee" name="llo">
87
88 </iframe>
89 </div>
90 <!--<input type="button" value="Press tab or click me" name="ssome_name"
id="button" onclick="return convert()"/>-->
91 <script type="text/javascript" charset="utf-8">
92 function convert()
93 {
94
95 var ifram=document.getElementById("iframee");
96 var code=document.getElementById("code").value;
97
98
99 llo.document.close();
100 llo.document.write(code);
101
102
103 return false;
104 }
105 </script>
106
107 </body>
108 </html>

view-source:https://codinghtmlontherun.appspot.com 2/2

You might also like