Introduction to HTML (HyperText Transfer Protocol)

Learn: In this article, we will have a fundamental prologue to HTML, We will initially examine how to compose your first HTML code?

What is HTML?

HTML represents HyperText Markup Language.

What is Mark-up Language?

A Mark-up Language utilizes labels which give a framework for separating among content and grammatically composed content, or essentially Mark-up Language is utilized to control the introduction of content in the archive.

What are the employments of HTML?

HTML is utilized for Creating Websites or Webpages, HTML code can be considered as a structure of a Web Document.

What are the labels and components?

Labels are the catchphrases which are utilized to characterize how our content will look once it is rendered on an internet browser, there are two sorts of labels initially is opening tag and the other one is shutting tag, when both the kind of labels are utilized in a site page, they structure what is known as an HTML component. TAG (opening) : , TAG (shutting) :

What are the traits?

Characteristics predominantly give additional highlights to the effectively accessible labels.

Example: an Anchor tag

<a href="https://www.google.co.in">Google</a>

Here, in the above model, href is a property which is utilized inside grapple tag for adding a connection to our HTML website page.

Is HTML a programming language?

No, HTML isn’t a programming language, it is only the arrangement of labels and components which are utilized to control the introduction of content as Webpages or the gathering of Webpages (Websites).

Rundown of Versions of HTML?

HTML 1991
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01 1999
XHTML 2014
HTML5 2014

with each adaptation, HTML has seen a lot of changes and in my coming articles, I will talk about the progressions for the most part in the most recent form that is HTML5.

What is a portion of the Text Editors/IDE’s (Integrated Development Environment) for HTML5?

  1. NOTEPAD – this is the most prescribed content manager for learners.
  2. NOTEPAD++ – this gives you some development highlights like auto featuring the labels and components of HTML5 report when you spare your archive in the best possible arrangement that is ( .html ) for our situation.
  3. BRACKETS – this is an Open Source IDE utilized for Web Development, it is User neighbourly and is tremendously suggested for experts moreover.
  4. KOMODO IDE – this is a paid IDE which accompanies multi-day free preliminary, it is viewed as the best-paid editorial manager for Web Development and furthermore Mobile Development.

Supporting Browsers for HTML5: Google Chrome, Mozilla Firefox, Apple Safari, Microsoft Edge, Opera and so on.

Leave a Comment

error: Alert: Content is protected!!