A Glimpse to Programming Languages today...



Hello friends,I'm Rishabh,firstly I want to tell you that this article
is all about Programming languages,not any program or site that can
be build by scratch.So,before we go on,the question in the mind of dummies
is that what is a programming language.?the simple answer i tell you is that
every game,program or site you often open is written by a Web programmer
using a software development tool is called an programming language.
            But in deep,there are various types of programming languages
For making websites and programs and it consists of various types of codes
and strings.So,lets we go on...
There are many types of programming languages,But in this article i'll explain
you few of it but if you want to learn about any other programming language
that is not listed in this article,you can contact us.We are always there to
to help you.

The main programming language that is used to design webpages is HTML.
Note-HTML is an acronym for Hypertext Markup Language.
                  HTML is pretty straightforward when you consider the powerful and complex
applications that it can be used to build.The basic principle when using HTML
is that you take some content,usually a mixture of text and images,and then apply
formatting information to it. The Web Browser uses that formatting information to
correctly process the content. The process may take the form of display on the
screen,sending it to a printer or reading the page to a visually impaired
user.That's just like a word processor really,the big difference being that we can
directly edit the formatting information in situ.So,you have understood that
what all you can pass out with HTML.Why not take a look at its commands.
                 
              Tags:
Always remember that the tag is made up of three things,a left angle bracket,
a tagname and a right angle bracket.So,whenever you start the tag {<tagname>},
don't forget to end that with a slash [</tagname>],otherwise your coding will
not be accepted by the user.

<html> tag is written before and after you start writing your program.
<!doctype html> is written in well customized websites,but not in both (start
& end),it's only written when you start writing your coding.
<title> tag is the tag where you write the title of your website,it will not
be displayed within the text area of your browser that most of dummies get through it.
It will be displayed in the tab of your site.
             In between <head> tag,<title> tag is used.
<body> tag is the main tag where the content of your website is typed.
                 So, you have understood the basic elements of HTML.

The programming languages which are so popular in today's life are:

1-Assembly
2-Java
3-Javascript
4-C
5-C#
6-PHP
7-Python
8-R
9-Ruby
10-Rust
11-Swift
12-C++
     
    So,thanks Guys for being so engage in my article.You might be thinking
    that i've explained only one Programming language!.You are right,i've
    explained only one programming language because i'm so busy on my company's
    work.I've started writing this article by thinking that i would cover up
    all these programming languages listed above but suddenly while writing
    i came to know that one key feature coding work is left that will be on our
    website.So,there's no worry about this because i've decided that i will
    explain all these programming languages in my next articles soon...

                

0 comments: