Introduction To HTML
The following article provides an outline for How HTML Works? The website plays a vital role in introducing the business. So nowadays development of HTML has become very important and HTML developers are on demand. HTML is the only language to design the web page in the easiest way. So, having the knowledge of HTML can increase the credentials of your career. If you want to enter into the world of web development, here is the solution to start designing the web page. HTML is a hypertext mark-up language, widely being used to write web pages. It is a powerful language and very useful for website designing. If you are a beginner in this web development, then HTML 101 is an easy language to start. HTML is a foundation of all websites hence with the basic knowledge of HTML you can start your career in this dynamic field. With this article, you can learn the utilization of HTML language.
History Of HTML
Given below is the history of HTML:
- The first version of HTML 1.0 was published in 1993 and it is created by Sir Tim Berners-Lee. The intention of this version was to share information.
- The second version of HTML 2.0 was published in 1994. Along with the first version some additional features were added to HTML 2.0.
- The third version of HTML 3,0 was published by Dave Raggett in 1995 with new features such as image, table, footnote, forms, etc.
- 01 came out and it is a widely successful version.
- 0 published in 2012, which is currently being used in the market.
Some basic points of HTML:
- HTML Editor
- HTML Elements
- HTML Tags
- HTML Attributes
Working Of HTML Editor
Given below is the working of HTML editor:
Using a notepad for writing the HTML code is a manual writing process. Many HTML editors are available, which provides an easy environment for writing HTML code like Dreamweaver, Sublime Text, etc.
- As an HTML editor use a text file. In the text file, develop the web page according to HTML grammar or HTML syntax.
- Open Notepad, write code for the page.
- Save as HTML file.
- View (Run)that file in the browser.
Different HTML Elements:
- HTML elements, all things that used to create a web page in the editor.
- It contains various tags and content of the page to build the web page.
HTML Tags
Given below are the different HTML Tags:
HTML tags are the main part of the HTML. Without using these tags, you cannot start the coding for the web page. HTML tags are the commands necessary to show how your page will display in the browser. Tags start with opening tag and end with closing tag like <html> is opening tag </html> closing tag.
Some examples for the tags are given below in the table.
Tags | Description |
<! DOCTYPE html> | All the HTML document starts with this tag. |
<html> </html> | It is the main tag. Cannot start an HTML page without using this tag. |
<head> </head> | It is another important tag to add a header section. |
<title> </title> | It must write under the header to specify the title of the page. |
<body></body> | It defines the documents body part. |
<br> | Defines line break. |
<font> | To specify font option. |
<img> | To specify the image. |
<video> | To show the video content. |
<table> | To show the table on the page. |
HTML Attributes
Given below are the different HTML Attributes:
Attributes give some specific information about the HTML elements. It shows the property of elements. Attributes contain two parts name and the specific value of the attribute.
Some examples of the attributes are given below in the table.
Attributes | Description |
id | Shows the unique id for the element. |
src | Specifies the URL. |
style | Specifies CSS style for an element. |
title | Specifies the title. |
Conclusion – How HTML Works?
If you are very familiar with the internet and websites, then learn how to develop these websites. HTML is a basic mark-up language for web designing and it is much easy to learn. It is widely used to structuring the web page.
Recommended Articles
This is a guide to How HTML Works? Here we discuss the introduction to HTML and also discuss its elements, tags, attributes, and its description. You can also go through our other suggested articles to learn more –
Are you preparing for the entrance exam ?
Join our Programming Languages test series to get more practice in your preparation
View More