HTML Header

✦ HTML Introduction ✦

Before creating any type of website, the website creator should create the structure of the website according to which he can create it. In this structure, a web developer determines the location of various elements of the website and converts them into code using the HTML language. HTML is an official markup language used by developers to create web pages and web applications, its full form is Hyper Text Markup Language. This programming language was invented by Tim Berners-Lee, with different versions published at different times.

For example, before the construction work of our house, we prepare a map of the house in which the places of important construction works of the house are shown. Just as the location of bathroom, toilet, water tank, bedroom etc. is specified in the map of the house, similarly before creating a website, its outline should be prepared. In website design, care should be taken as to where to place the elements to be included in the website and where to use margins etc. By preparing the structure, you will also feel comfortable in writing the code of the website.

To write HTML code, you will have to install a text editor software in your computer with the help of which you will create the web page file. Generally you can use software like Notepad, Visual Studio Code, Notepad++, Sublime Text, Brackets, Bluefish & Adobe Dreamweaver which have their own different features. Web developers commonly use Visual Studio Code, which also provides guidance to developers on how to write code, But it is not necessary that you have to use it. You can write HTML code using any text editor program.

Whenever you create a web page or web application using HTML, you have to take special care of the extension name .html of the HTML code file. A file created using HTML always has the extension .html. Any web browser like Google Chrome, Explorer, Mozilla, Safari, Firefox, Opera, Chromium, Brave etc. can be used to see the result of the code written in this file. Thus, by using HTML programming language we can very easily create a web page and also see its result.

✦ HTML Tag & Element ✦

HTML Header

Just as every language has its own definite format and rules, similarly HTML language also has its own definite format and format. All information in HTML is written using specified tags. Just as a book, newspaper, etc. has a title, body, and footer, similarly, within an HTML webpage, the title, body, and footer are specified by certain tags. In HTML language, most of the tags have to be closed after starting, while there are some tags which close automatically as soon as they start.

Elements of a website can include pictures, charts, tables, and text. According to HTML rules, these elements are included at a specified location and controlled by html tags. For example, just as a book chapter has a title at the beginning, a body in the middle, and a summary at the end, similarly in a web page file the title is written first and the footer is written after the body part's. With HTML we can create the structure of the website. To design it we have to use CSS language.

After getting the general information about HTML we now start studying its tags and elements in detail from the lowest level. Here, instead of text editor software, we are using online live Orexn code reader, which you can also use for free. After writing the code, you will also be able to download the created file on your computer. Now let's start studying HTML ...

X Help by donating Donet
Dark Mode Donet