So today I am going to talk about HTML and why do we use HTML & where to use HTML. And many more other questions about HTML
Article Contents
- What is HTML?
- Basics Of HTML
- HTML Stand For Or HTML Full Form
- HTML Pros
- HTML Cons
What is HTML?
So most people are searching for what is HTML? So here I am going to tell you each and everything about the same and tell you the exact thing about HTML.
HTML is a markup language for displaying documents in a web browser. So HTML can be assisted by scripting languages such as javascript.
In short, HTML is a type of language which will help you to display any text, image, or document on any web page or browser.
HTML was released in 1993 and developed by what and if we talk about the format then its document file format & type of code is text. And the file extension is .html or htm .
Basics of HTML
Now here I am going to share with you the basics of HTML that might be going to help you a lot so check out below.
How to Make Heading’s In HTML
If you want to use headings in HTML then you need to write the below code.
<h1>heading 1</h1>
<h2>heading 2</h2>
<h3>heading 3</h3>
<h4>heading 4</h4>
<h5>heading 5</h5>
<h6>heading 6</h6>
So <h1> is the opener and (heading 1) is the text which will be your display heading </h1> closer of your heading.
How to Create Paragraph in HTML
So you just need to check out the below code if you want to create a paragraph in HTML.
<p> Paragraph 1 </p> <p> Paragraph 2 </p>
How to do line breaks in HTML
For that you just need to write – <br> as much as you put in the lines it will create line breaks in your display.
How to create a link in HTML
So this is one of the most asking things by a lot of beginners but no need to worry here you will get the answer of how to create a link in HTML.
<a href=”https://protoolsworld.com/”> link in html </a>
Creating a link <a> tag is used & the href holds the URL address of the link.
HTML Stand for or HTML Full Form
So few basic details are mentioned above now here I am sharing the full form of HTML so HTML stands for “Hypertext Markup Language”
HTML Pros
- Easy to learn
- It’s totally free
- HTML is supported by all web browsers
- HTML is Very Simple to EDIT
- HTML is fast & Light Weight
- HTML is Basic of all programming languages
- HTML is user friendly & any HTML user can understand
- Very useful for beginners in web designing
- HTML is available in every windows by default
HTML cons
- IN HTML you can’t create a dynamic alone.
- It takes more time
- You can only create static & plain pages
- Security features are limited in HTML
HTML Details
Extension | .html & htm |
Type code | Text |
UTI (Uniform Type identifier) | Public.html |
Developed by | Whatwg |
Release Date | 1993 |
Website | Html.spec.whatwg.org |
HTML Types
- Dynamic HTML
- HTML 5
- XHTML
- HTML Elements
- HTML Attribute
- HTML Frame
- HTML Editor
- Style Sheets (CSS)
- Web Colors
- W3C
- JavaScript (WebGL & WebCL)
- Rendering Engines
HTML Versions Details
HTML 2
HTML 2.0 was published on 24th November 1995
HTML 3
HTML 3.0 was published on 14th January 1997
HTML 4
HTML 4.0 was published on 18th December 1997
HTML 5
HTML 5.0 was published on 28t October 2014
HTML 5.1
HTML 5.1 was published on 1 November 2016
HTML 5.2
HTML 5.2 was published on 14 December 2017
FAQ of HTML
Currently, HTML 5.3 Is going on.
You just need to write
and your work will do.
- How to Find A Music Video By Describing It – Best Ways
- 6 Methods To Fix – Spotify Can’t Play This Right Now | Solution
So if this article was helpful for you then don’t forget to share it with your friends and if you have any questions then comment below we will resolve them as soon as possible.