Published on 2025-09-22 16:07:02
HTML is the structure of a web page. Start with <!DOCTYPE html>, then <html>, <head>, and <body>. Common tags: <h1>, <p>, <a>, <img>.
<!DOCTYPE html>
<html>
<head>
<body>
<h1>
<p>
<a>
<img>
← Back