Weggo - the Drag and Drop HTML Editor
Beta version
Home
Create
Tutorials
Parents / Educators
About
Text
<h1>
</h1>
<h2>
</h2>
<h3>
</h3>
<h4>
</h4>
<h5>
</h5>
<h6>
</h6>
<p>
</p>
Text
Lists
<ul>
</ul>
<ol>
</ol>
<li>
</li>
Text
Pictures
<img src="
"
alt="
" width="
" height="
">
Filename
Alt Text
Value
Links
<a href="
"
title="
">
</a>
URL
Title
Link Text
DIVs
<div id="
">
<div class="
">
</div>
Text
<!DOCTYPE html>
<html>
<head>
<title>
The name of your webpage
</title>
<meta charset="UTF-8">
<link href="css/stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
<body>
</body>
</html>
The name of your webpage
Undo
Export
Welcome to Weggo. Let's get coding!
Enter your content:
Submit
Cancel