CodingBanana
HTML CSS JS Compiler
CodingBanana
← All Tutorials
Getting Started
What is HTML
Setting Up HTML
Text
HTML Tags
HTML Headings
Images
Images
Figure and Caption
Lists
Lists
Tables
Tables
Links
Links
Absolute vs Relative Links
Forms
Forms
Building a Contact Form
Form Validation
The action Attribute
The method Attribute
Fieldset and Legend
File Uploads and Specialist Input Types
Structure
Divs and Spans
Semantic HTML
Projects
Build a Wikipedia Page
Build a Wiki-Style Portfolio
HTML
CSS
JS
Format
Copy
Clear
Run
Output
Light
<h1>Hello, World!</h1> <p>This is my first web page. Edit the code on the left and click <strong>Run</strong> to see your changes here.</p> <h2>Try It Out</h2> <p>You can write any HTML here — headings, paragraphs, lists, links, and more.</p> <ul> <li>HTML is fun</li> <li>And easy to learn</li> <li>Start experimenting!</li> </ul>