HTML Editor (XHTML, preview)

EditiX supports XHTML 1.0, HTML 4.0 and HTML 5.0. The editor works like the XML one: an element tree on the left, an attributes panel, and a preview β€” including a real browser preview.

<!DOCTYPE html>
<html>
<body style="background:#222222">
	<p style="color:white;font-size:14px">Bonjour</p>
</body>
</html>

Related