HTML BASICS
Html Full Form: Hyper Text Markup Language.
With Html you can create your own website.
It is easy to learn, This is important if you wanna become a professional web developer.
Why Learn HTML?
HTML is the foundation of all web pages. Without HTML, you wouldn’t be able to manage text, adding images, and adding videos to your web pages. HTML is the beginning of building websites, you need to know everything about HTML.
Don't worry, HTML is easy to learn.
Example of html structure:
Example with coding:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
The History of HTML:
HTML was first created by Tim Berners-Lee, Robert Cailliau, and others starting in 1989.
-
Tim Berners-Lee invented HTML in 1991.
-
-
Dave Raggett drafted HTML+ 1993.
-
-
HTML Working Group defined HTML 2.0 in 1995.
-
-
W3C (World Wide Web Consortium) Recommendation: HTML 3.2 in 1997.
-
-
W3C Recommendation: HTML 4.01 in 1999.
-
-
W3C Recommendation: XHTML 1.0 in 2000.
-
-
WHATWG (Web Hypertext Application Technology Working Group) HTML5 First Public Draft in 2008.
-
-
-
-
W3C Candidate Recommendation: HTML 5.1 in 2016.
-
-
Requirements:
-
One laptop or desktop (Windows or Mac).
-
One Web-browser (Chrome, Firefox, Opera, so on......).
-
One code editor (Notepad++, Brackets, Visual Studio, so on.......).
-
No required any coding experience or skills.
-
Yes this is for beginners......