-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhtmleditörkopya.html
More file actions
57 lines (47 loc) · 4.52 KB
/
htmleditörkopya.html
File metadata and controls
57 lines (47 loc) · 4.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<meta charset="UTF-8">
<title>Kendi Yaptığım Editör</title>
</head>
<body bgcolor="#333">
<script>
function kelimeEkleGTSAlt(ekle){
var metin = document.getElementById('kelime');
metin.value = metin.value + ekle;
metin.focus();
}
</script>
<center>
<input type="submit" value="<a href="" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<a href="');" style="text-decoration: none"> </a>
<input type="submit" value=""></a>" href="javascript:;"onclick="javascript:kelimeEkleGTSAlt('"></a>');" style="text-decoration: none"> </a>
<input type="submit" value="a href (newtab)" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<a target="_blank" href="');" style="text-decoration: none"> </a>
<input type="submit" value="<textarea>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<textarea>');" style="text-decoration: none"> </a>
<input type="submit" value="</textarea>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('</textarea>');" style="text-decoration: none"> </a>
<input type="submit" value="<br>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<br>');" style="text-decoration: none"> </a>
<input type="submit" value="<meta charset="UTF-8">" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<meta charset="UTF-8">');" style="text-decoration: none"> </a>
<input type="submit" value="<html>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<html>');" style="text-decoration: none"> </a>
<input type="submit" value="</html>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('</html>');" style="text-decoration: none"> </a>
<input type="submit" value="<head>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<head>');" style="text-decoration: none"> </a>
<input type="submit" value="</head>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('</head>');" style="text-decoration: none"> </a>
<br><br>
<input type="submit" value="<body>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<body>');" style="text-decoration: none"> </a>
<input type="submit" value="</body>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('</body>');" style="text-decoration: none"> </a>
<input type="submit" value="<p>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<p>');" style="text-decoration: none"> </a>
<input type="submit" value="</p>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('</p>');" style="text-decoration: none"> </a>
<input type="submit" value="<hr>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<hr>');" style="text-decoration: none"> </a>
<input type="submit" value="<base target="_blank">" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<base target="_blank">');" style="text-decoration: none"> </a>
<input type="submit" value="<style type="text/css">" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<style type="text/css">');" style="text-decoration: none"> </a>
<input type="submit" value="</style>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('</style>');" style="text-decoration: none"> </a>
<br><br>
<input type="submit" value="<style type="text/css"></style>" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<style type="text/css"></style>');" style="text-decoration: none"> </a>
<input type="submit" value="css dosyası ekle" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<link href=".css" type="text/css" rel="stylesheet"/>');" style="text-decoration: none"> </a>
<input type="submit" value="initial scale" href="javascript:;" onclick="javascript:kelimeEkleGTSAlt('<meta name="viewport" content="width=device-width, initial-scale=1">');" style="text-decoration: none"> </a>
<br><br>
<textarea style="background-color:transparent;overflow:auto;resize:none;outline:none;border:2px solid black;" name="kelime" placeholder="yaz..." autofocus id="kelime" rows="26" cols="100"></textarea>
<a href="https://github.com/hardrisk/htmleditor/blob/master/index.html">bu dosyanın kopyası sayılır.</a><br>
<br><br>
<input type="submit" name="gonder" value="ARA" id="gonderID" class="l_ana" style="width:50px;">
<br><br>
</center>
</body>
</html>