HTML editor: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 74:
[[Category:HTML editors| ]]
[[Category:Web design]]
<!DOCTYPE html>
<html>
<head>
<title>This is a title</title>
</head>
<body>
<div>
<p>Hello world!</p>
</div>
</body>
</html>