Practice Program 1: My First HTML Page
Learn the basic structure of an HTML document and display simple content on a webpage.
My First Web Page
Welcome to HTML
This is my first HTML web page.
Practice Program 2: Student Introduction Page
Create a webpage containing student information using headings and paragraphs.
Student Introduction
Student Profile
Name:
Rahul Kumar
Course:
Web Development
Hobbies:
Reading books, Coding, Playing Cricket
Practice Program 3: HTML History Information Page
Create an informational webpage about HTML history.
History of HTML
History of HTML
HTML stands for HyperText Markup Language.
It was developed by Tim Berners-Lee in 1991.
HTML is used to create webpages and web applications.
HTML5 is the latest version of HTML.
Practice Program 4: Software Tools Information Page
Display commonly used HTML development tools on a webpage.
HTML Tools
Tools for Writing HTML
Some popular tools used for HTML coding are:
1. Visual Studio Code
A popular source-code editor developed by Microsoft.
2. Notepad
A simple text editor available in Windows.
3. Sublime Text
A lightweight and fast code editor.
Practice Program 5: Personal Portfolio Homepage
Create a simple personal homepage using basic HTML tags.
My Portfolio
Boby Kumar
Welcome to my personal portfolio webpage.
About Me
I am learning Web Development and HTML.
Skills
HTML, CSS, JavaScript
Goal
To become a professional web developer.