EduLearn - Online Education Platform

Welcome to EduLearn!

Start learning today with our wide range of courses taught by industry experts. Gain new skills, advance your career, or explore new interests.

Browse Courses

History of HTML:

1991 – HTML 1.0: Created by Tim Berners-Lee, it allowed sharing simple documents on the World Wide Web.

 

1995 – HTML 2.0: Standardized version with basic elements like forms, tables, and text formatting.

 

1997 – HTML 3.2 & 4.01: Introduced more formatting tags, scripting support (like JavaScript), and style separation with CSS.

 

1999–2000 – HTML 4.01 became widely used.

 

2008–2014 – HTML5: Major upgrade supporting multimedia, semantic elements (like <header>, <section>), mobile-friendly design, and interactive content.

Handwritten notes

Hyper text markup language

πŸ’‘ Basics of HTML:

HTML stands for HyperText Markup Language. It structures the content of web pages using tags.

 

πŸ”Ή Basic Structure:

html

Copy

Edit

<!DOCTYPE html>

<html>

<head>

<title>My First Page</title>

</head>

<body>

<h1>Welcome!</h1>

<p>This is a paragraph.</p>

</body>

</html>

πŸ”Ή Common Tags:

<html> – Root of the page

 

<head> – Metadata and title

 

<body> – Page content

 

<h1> to <h6> – Headings

 

<p> – Paragraph

 

<a href=””> – Hyperlink

 

<img src=””> – Image

 

<ul>, <ol>, <li> – Lists

 

<div>, <span> – Containers for styling or layout

 

 

HTML basics with handwritten notes

Leave a Reply

Your email address will not be published. Required fields are marked *

EduLearn - Online Education Platform

Welcome to EduLearn!

Start learning today with our wide range of courses taught by industry experts. Gain new skills, advance your career, or explore new interests.

Browse Courses

Popular Courses

[Course Image]

Introduction to Programming

Learn the fundamentals of programming with Python in this beginner-friendly course.

12 Hours Beginner
[Course Image]

Data Science Essentials

Master the basics of data analysis, visualization, and machine learning.

20 Hours Intermediate
[Course Image]

Web Development Bootcamp

Build modern websites with HTML, CSS, JavaScript and popular frameworks.

30 Hours Beginner
[Course Image]

Digital Marketing Fundamentals

Learn SEO, social media marketing, email campaigns and analytics.

15 Hours Beginner
Educational Website Footer