What is Html,Css & Javascript?
Make money for being or staying online/internet.

You will get a $50 starting gift when you join using this code: Exode4LKrbujm1z and link:: GET THE OFFER NOW!!

Every web page on the internet is HTML, CSS and Javascript think of them as the foundational coding languages of the internet.

Just like how Belgian has three languages French, Dutch, German. web pages also have languages, in the case of websites their language are HTML, CSS and Javascript sure you may have heard of them but do you really know how they work.

Lets first look at their acronyms.

HTML

  • H - Hypher
  • T - Text
  • M - Markup
  • L - Language

Css

  • C - Cascading
  • S - Style
  • S - Sheet

At times you may also come across this acronym JS.

  • J - Java
  • S - Script

Note: JavaScript and Java are two completely different languages both in concept and design.

Absorbing this amount of content would be alot if you are just reading it,so i have put together a very simple video for you to understand these 3 languages.

Their basic roles in web development.

HTML

HTML describes the structure of the web pages using markup.

It also contains elements that are used as building blocks of HTML pages.All these elements are represented by tags such as headings, paragraphs.

CSS

This describes how HTML elements are to be displayed and positioned on screens or any media.

It plays a great role in creating responsive websites by using the media query rules.

It controls the layout of different web pages using different techniques like floats,flexbox,css Grid etc.

JavaScript

It controls the behavior of webpages.

As programming is evolving, Javascript is now used or ran on servers using Nodejs.

It is also used by some of the great databases such as MongoDB.

These are all different languages and work differently but HTML, CSS and Javascript need one another to make a website.Only these 3 languages make up what they call Front-end development.

For someone new to web development you may ask your self, "what is Front-end development?".Don't worry i have you covered on this matter.

Front-end development is also known as client-side development.

Definition

Front-end development is the practice of producing HTML,CSS and Javascript for a website or web Application so that a user can see,navigate and interact with them directly.

HTML CSS and javascript are constantly evolving it's just like any language these coding languages have a history they've been around for a few years now, right now the standard language procedures for HTML, CSS and Javascript are called HTML5.There's even a body and a society online that manages the rules and best practices of how to build for front end web development.So in the beginning you actually had HTML controlling a lot of visual aspects you used bold tag to make text bold, used a center tag to make your text centered but over time after the nineties(90s) you actually had CSS making up most of that, in the beginning javascript was mostly for pop ups and now it animates most of our website + running on the server side using Nodejs.

So whenever you visit the world wide web(WWW) you have these 3 languages controlling the structure(HTML), presentation(CSS) and behaivor(Javascript).

Save up to 80% with this Domain & Shared Hosting package deal! 80% OFF - GET OFFER NOW

Related Post(s)

» What is Html,Css & Javascript?

» Top 4 Programming Languages to Learn In 2019

collections_bookmark Category :: programming
date_range Published :: 5 years ago At: 09:00 AM
event_note Detailed Date :: Jan 02nd, 2019
person Writer :: Timothy
  • RECENT POSTS
1 year ago

How to force the browser to cache a page?

There are several ways to force a web browser to cache an HTML page:


1 year ago

How can i cache pages using php?

You can use the output buffering functions in PHP to cache pages. Output buffering allows you to store the output of a PHP script in a buffer, which you can then manipulate before sending it to the client.


1 year ago

PHP explained in a few lines

PHP is a popular programming language that is widely used for web development. It stands for "PHP: Hypertext Preprocessor" and is a server-side scripting language. This means that it is executed on the server, rather than in the user's web browser.


1 year ago

HTML explained in a few lines

HTML, or Hypertext Markup Language, is the standard markup language for creating web pages and web applications. It is used to structure and organize content on the web, and to create the basic structure and layout of a webpage.


1 year ago

CSS explained in a few lines

CSS, or Cascading Style Sheets, is a stylesheet language used for describing the look and formatting of a document written in HTML. CSS is used to control the presentation of multiple web pages at once, making it a crucial tool for web developers and designers.


2 years ago

A JavaScript library for formatting and manipulating numbers - Numeral.js

Check out this lightweight JavaScript library used for formatting and manipulating numbers.


2 years ago

All Countries Drop Down List | HTML Select Country Name

This simple country dropdown list is freely available for you to copy and use in your project forms.


2 years ago

HTML Entities Code Alphabet Discovery Using JavaScript

In this post I will show how writing just a few lines in JavaScript will allow you to render, browse and discover the alphabetical letters using a set of HTML entity codes.


Subscribe
  • ADVERTISEMENT

YOU MAY LIKE THESE POSTS

share