This panel provides information and guidance about HTML elements and structures.
Every HTML document should include:
<!DOCTYPE html> - Defines the document type<html> - Root element<head> - Contains meta information<body> - Contains visible content<h1> to <h6> - Headings<p> - Paragraphs<a> - Links<img> - Images<div> - Container for flow content<span> - Inline containerEdit the HTML code in the middle panel and see real-time results in the preview panel.
You can resize any section by dragging the dividers.
Try different color schemes using the color selectors in the header.