## HISTORY OF HTML
History of HTML
HTML stands for HyperText Markup Language. It was created in 1991 by Tim Berners-Lee, a British computer scientist. HTML was developed to help scientists and researchers share documents over the internet using hyperlinks. The first version of HTML was very simple and focused mainly on text and links.
As the internet grew, HTML continued to improve. In 1995, HTML 2.0 was introduced to standardize the language. Later versions such as HTML 3.2 and HTML 4.01 added more features like images, tables, and better formatting options. These improvements made web pages more attractive and useful.
In 2014, HTML5 was officially released. HTML5 introduced modern features such as audio, video, forms, semantic elements, and better support for mobile devices. Today, HTML is widely used with CSS and JavaScript to create modern, interactive, and responsive websites.
Definition of Footer
A footer is an HTML element used to define the bottom section of a webpage or a section of content. It usually contains information such as copyright details, contact information, author name, links, or social media icons. The footer helps organize information and improves the structure of a webpage.
Example tag:
Definition of Table
A table in HTML is used to arrange data in rows and columns. It is commonly used to display information such as student records, timetables, prices, and results. Tables help present data in a neat and organized manner.
Main table tags include:
defines the table
defines a table row
defines a table heading
defines a table data cell
Definition of Button
A button is an HTML element used to create a clickable object on a webpage. Buttons are commonly used to submit forms, open links, or perform actions such as sending data or displaying messages. Buttons improve user interaction on websites.
Example tag:
Definition of Tables
Tables refer to the use of multiple rows and columns within a table to organize large amounts of related data. They allow information to be displayed clearly and logically. Tables are widely used in schools, offices, and businesses to present structured information.
Conclusion
In conclusion,
HTML has developed over time to become the foundation of web development. Elements such as footer, tables, and buttons play an important role in structuring web pages and improving user interaction. Understanding these elements helps learners create organized and professional web pages.