This website is used to create the topics and curies related to all Programming languges and Web Site developments.

Head

Latest News:

Saturday 7 May 2016

What is HTML and HTML 5?

What is HTML?

HTML stands for HYPER TEXT MARKUP LANGUAGE which is the most widely used language on web to develop web pages.

Unlike scripting language that uses scripts to perform function, a markup language uses tags to identify content

Here is an example

<p> I’m a Paragraph</p>

Anything written in <..> is known as tag. In above example we used a paragraph tag <p> also known as open tag used to open the content of paragraph and </p> known as closed tag used to identify that the paragraph has been closed. More tags and example will be discussed in later blogs.

HTML 5:

HTML 5 is updated version of HTML having new features. There are two new features in HTML 5 that were not present in HTML 4 or classic version.

·       Form:
The web form 2.0 specification allow for creation of more powerful forms and more completely user experience.
·       Integrated API:

Application Programming Interface

Friday 6 May 2016

How Web sites are designed or developed?

How Web sites are designed or developed?


The web Structure:

Today I will tell you my all blog readers that "How Web sites are designed or developed?" It consists of very simple as well as complex parts.

Basic Web Site development includes following parts or Structure or Languages

  • HTML : Used for basic stucture of Web Site
  • CSS: Used for Presentation of Web Site
  • JavaScript: Used for Behaviour of Web Site
Note: These are the three main components of a Web Site design, these three are running on client side.

There are another programing or scripting languages that are running on the server side these includes:

  • PHP or Similar: Backend
  • CMS: Content Management
There are more languages such as XML, CSS3, HTML 5 and Ruby on rails etc

We will discuss all the above languages and structures one by one in next blogs so keep visiting our blog regularly.


Popular

Comment

Share This


Click here to view vacancies
Copyright © 2014 Progamo All Right Reserved
^