HTML
• Group members
• Nia
• Eldana
• Maraki
• Liyat
WHAT IS HTML?
-HTML stands for hyper text markup language. –It is used to
create webpages with hypertext and hyperlink that can be
viewed by using any web browser. It is a standard language used
to create web pages and web applications.
THE DIFFERENCE BETWEEN JAVA SCRIPT AND HTML
HTML (Hyper Text Markup Language) is a markup language used to
create web pages. It defines the structure and content of a web
page. JavaScript, on the other hand, is a high-level programming
language that is used to create interactive and dynamic web pages.
WHAT IS THE USE OF HTML
• HTML is important because it provides a way to structure and
organize content on the web. It allows developers to create web
pages that are easy to read and navigate. HTML also provides a way
to add multimedia content to web pages, such as images, videos, and
audio. HTML is a simple language that is easy to learn, and it is the
first step in becoming a web
THE INVENTION OF HTML
• 1991: Tim Berners-Lee invents HTML 1.0.
• 1993: HTML 1.0 is released, with the intention of sharing information that
can be readable and accessible via web browsers.
• 1995: HTML 2.0 is published, which contains all the features of HTML 1.0
along with a few additional features.
• 1997: HTML 3.0 is invented.
• 1999: HTML 4.0 comes out.
• 2014: HTML 5.0 is released and used worldwide.
HOW TO ACCESS HTML
• To access HTML, you can use a web browser such as Google Chrome. Here
are ways to view the HTML source of a webpage in Google Chrome:
• View Page Source: Right-click on the webpage and select “View Page Source”
or press Ctrl + U. This will open the HTML source code in a new tab. However,
this method can be tedious if you’re looking for a specific element or part in
the HTML source.