Share
Actually i want make simple web page for learning how do i do.
In progress
Programming, HTML
11 Mar 2025
27 views
Answers ( 1 )
To creating a web page using HTML is fun! HTML (HyperText Markup Language) is the foundation of web pages. Let me guide you step by step, with example code for you.
What Does This Code Do?
- Title: Sets the page's title (visible in the browser tab).
- Heading: The <h1> tag creates a large heading.
- Paragraph: The <p> tag adds a block of text.
- List: The <ul> and <li> tags create a bullet-point list.
- Link: The <a> tag creates a clickable link to another page.
Save this code in a file like index.html, open it in your any browser. You’ve made your first web page!