KwickCards HTML and the web
Save as mypage.html, open it

CLASS 10 · GSEB · HTML
Your first web page
Save as mypage.html, open it
<html>
<head><title>My Page</title></head>
<body>
<h1>Hello</h1>
<p>My first page</p>
<ul><li>HTML</li><li>CSS</li></ul>
</body>
</html>You can build a real web page in five minutes.
Start with the basic structure: <html> wraps everything, <head> holds the <title>, and <body> holds what appears on the page. Add an <h1> heading, a <p> paragraph and a <ul> list.
Save it as mypage.html and double-click to open it in your browser.
Edit, save and refresh, this simple loop is how every web developer learns.
More HTML and the web cards
The skeleton of a web page
<ol> type values
Which tag creates the largest heading?
HTML tags for Class 10
HTMLWritten by Kajal Mehta (Kajal Ma'am), MCA, teaching computer subjects since 2004. All KwickCards · KwickAcademy

