HTML editor
Sebuah alat untuk mengedit teks HTML dengan fitur :
- Auto close tag
- Live preview
- Auto complete teks
- Highlight syntax
- Line number
- Fold tag
Script editor dari Ace Editor
- Auto close tag
- Live preview
- Auto complete teks
- Highlight syntax
- Line number
- Fold tag
Script editor dari Ace Editor
<!DOCTYPE html>
<html>
<head>
<title>Hello World</title>
<style type='text/css'>
body{
margin:0;
padding: 0;
font-family: monospace;
font-size:14px;
color:#000;
background: #fff;
}
</style>
</head>
<body>
<script type="text/javascript">
document.write('<h1>Hello World</h1>')
</script>
</body>
</html>
Tidak ada komentar:
Posting Komentar