Why Html?
HTML is the backbone of website design and function. It provides a structure for web pages that allows browsers to understand and display the content on the page. By understanding how HTML works, you can create better websites with more sophisticated features.
What is Html ?
HTML (Hyper Text Markup Language), is the markup language that is used to develop a web page. It’s a standard language that all web browsers understand. So, by using HTML, we can create pages that will look the same on any device or platform. In addition to basic text formatting options, HTML allows us to add images, videos, and other multimedia content to our pages. It also provides ways to control how your content is displayed and interacted with by users. So basically it consists of mainly two things:
1)Data Presentation
- User Interfaces
Before Going into deep discussion let's hear a little about few terms related to website development in very short note
Internet- Network of Networks
WWW- World Wide Web
Father of Web-Tim Berners-Lee (1989/1990)
Sir Tim Berner's Lee started W3C (world wide web Community) to monitor/maintain the web.
Official website-W3c.org
The very first website on the World Wide Web was created by Tim Berners-Lee who designed the website at the Swiss research center, CERN (European Organization for Nuclear Research).
\=> Web Application is a collection of Information.
Web Application is a group of Web Pages
Which can be used for various purposes like .. to provide basic information, to advertise or marketing or it can be dynamic as per any organization's requirements.
\=>We can access any website through the Web Browser
Web Browser is a software tool :
It is an interface between user and server
It also translates HTML, CSS and JavaScript programs
\=> Web Page is a group of HTML elements
- These elements are nothing but paragraph, heading, image, textbox, button, checkbox, audio, video, tables etc..
How to create these elements
- Using HTML tags
HTML Introduction
HTML History:
HTML 1.0 (1993):
The first version of HTML was released by Tim Berners-Lee in 1993. It included basic elements like headings, paragraphs, links, and lists. HTML 2.0 (1995):
HTML 2.0 introduced tables, image support, and forms. HTML 3.2 (1997):
HTML 3.2 added support for frames, which allowed multiple documents to be displayed in a single window. HTML 4.0 (1997):
HTML 4.0 introduced CSS (Cascading Style Sheets) for better control over the presentation of web pages. It also added support for scripting with JavaScript.
XHTML (2000):
XHTML (Extensible Hypertext Markup Language) was an XML-based version of HTML. It aimed to make HTML more compatible with XML and introduced stricter syntax rules. HTML5 (2014):
HTML5 is the latest version of HTML and introduced many new elements and features.
It includes multimedia support, semantic elements, canvas for graphics, and enhanced form controls.
(We can see the gap between invention of web (1989) and usage of HTML(1993) it means HTML was the 3rd version)
GML( Generalized Markup language initially used).
SGML (Strongly Generalized Markup language used after 1 year).
HTML(Hyper Text Markup Language - 3rd version)
HTML is used to design static web pages.
webpages are used for data presentation and user interfaces
HTML is a markup language, Markup means tag oriented program.
HTML is Frontend technology / Client side technology
It is error free Program
Its drawback is if something goes wrong , we need to check HTML code from top to bottom.
It is portable(WORA).
All frontend technologies use Interpreter translation.
HTML is interpreter oriented language which translates line by line.
We need not to download any software for Html
Browser provides everything
Browser translates HTML/CSS/JS programs.