Front End Web Development: Introduction! Three Layers of Web

Three Layers Of Web


    In Previous Post, I said There are Three Main Layers of Front End Web. We are going to learn about it now! Okay, lets move

The Three Main layers of Front End Web are: 

             ▪︎ Content Layer
             ▪︎ Style Layer
             ▪︎ Behavior Layer

That's it! Each layer has its responsibility to do their jobs. To make a clear understanding, 

   ▪︎ Content Layer  Deals with content ( text ) in a webpage
 
   ▪︎ Style Layer Deals with style ( design ) of a webpage 
   
   ▪︎ Behavior Layer Deals with Behavior ( Response ) of a webpage towards user.

Confused, right ?
.
     
Three Layers of Web


   You can see that in this image. As Written Above Each Layer Has their Responsibilities. Also Each layer has their responsible language!


   HTML ( Hyper Text Markup Language ) is Responsible for content layer

   CSS ( Cascading Style Sheets ) is responsible for Style layer

   Javascript  is responsible for Behavior layer

Although there are three parts, only HTML is enough to make a complete functionable Website!  We are going to learn about it from now! 

In our next post you are going to discuss more about HTML and after that we are going to make your own webpage!

Feel Free To Ask Your Questions in Comment Section Below!

See you all in next post! 
Till then, Take care!

Stay tuned ♡!

Comments

  1. MAH GALACSEE ISSA PRO GENIUS
    AIM SO PROUD OF HIM :hapicri:

    ReplyDelete

Post a Comment

Popular posts from this blog

Introduction To Python

HTML: Text Tags: Part 1

HTML: Anatomy of Tags