What is HTML?
HTML is the standard markup language for creating Web pages.
- HTML stands for Hyper Text Markup Language
- HTML elements are represented by tags
- HTML is not a programming language, it is a markup language
- HTML A markup language is a set of markup tags
- HTML elements are the building blocks of HTML pages
- HTML uses markup tags to describe web pages.
HTML is the language in which most websites are written. HTML is used to design website as well.HTML is used to create pages and make them functional. Website is not designed without HTML and CSS. The code used to make them visually appealing is known as CSS and we shall focus on this in a later tutorial. For now, we will focus on teaching you how to build rather than design.
Markup tells the browser to display the text, Link or Image for the user through the code. HTML is the recursive form of the Hyper Text Markup Language. HTML is a group of Markup Symbols, or a code is written on the World Wide Web (WWW) browser by writing it in a text editor.
The History of HTML?
HTML was invented by Tim-Berners-Lee in 1990. Prior to this, Tim-Berners-Lee was working as CERN (European Organization for Nuclear Research) in the French Organization as a Grievous Science contractor. Before the invention of HTML, in 1980, when Tim-Berners-Lee was working as a contractor in the CERN, he constructed the ENQUIRE this softwer to share the document. This softwer was a simple HyperText progam After that, in the end of 1990, specifying HTML, he wrote Browser and Server Software.
HTML Documents
- HTML documents describe web pages
- HTML documents contain HTML tags and plain text
- HTML documents are also called web pages
How to view the HTML code of a webpage?
- In Mozilla Firefox : Press Ctrl + U / Press Alt for Menu Bar and After Click Tool > Web Developer > Page Source.
- In Chrome : Press Ctrl + U / Right Click > View page source.
- In Microsoft Internet Explorer : Press Ctrl + U / Press Alt for Menu Bar and After Click View > Source.
- In Microsoft Edge : Right Click > View source / Press F12 and go to Deugger.
- In Safari : Press Command + Option + U / Right Click > Show page source.
- In Opera : Press Ctrl + U / Right Click > View page source.
HTML Documents Tag
- HTML <html> tag :---
- Definition and Usage:---
- The <html> tag tells the browser that this is an HTML document.
- The html element is the outermost element in HTML and XHTML documents. The html element is also known as the root element.
A Simple HTML Document ( syntax )
<html> <!-- starting tag -->
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html> <-- end tag -->
The use of HTML can be coded with the help of many software which I have shown with the screenshot below :
HTML can be coded in any software, but the files should always be used (.html) extension.
Softwer List :
- Notepad
- Notepad ++
- Sublime Text3
- Adobe Dreamweaver
Softwer Screenshot :
Notepad :
Notepad ++ :
You can also coding HTML in any of these software formats.
HTML is a scripting language in which lots of tags are used. With the help of all those tags, the HTML code itself comes in and a website is ready. There is no HTML code without HTML and HTML tags in simple language and website design can not be done.
Friends are so much in today's blog post that in the next post, we will talk about HTML structure and after that we will start all HTML tags.
Thank You for Watching My Blog Post......
0 Comments