Discover Our Popular Courses

Unleashing the best individual in you, Improve your skills, gain jobs.

Movie

Android app developement

Build android app by learning java.

Price : 20$

Movie

Coding for begginers

Learn basic programming in C.

Price : 15$

Movie

Learn freelancing

Learn freelance and earn while staying your home.

Price : 20$

Movie

Complete DSA course

Learn data structure and algothm and get ready for technical interview.

Price : 20$

Movie

Learn video editing

Learn video editing and create amazing video.

Price : 20$

Movie

Learn graphic design

Learn graphic design with illustrator & photoshop.

Price : 20$

Ready to join?

Join Today, Prosper Tomorrow.

Frequently Asked Questions

Answer of some frequently asked question you may found useful

Flexbox vs grid

Grid

  • Two – Dimensional
  • Can flex combination of items through space-occupying Features
  • Layout First
  • Flexbox

  • One – Dimensional
  • Can push content element to extreme alignment
  • Content First
  • Bootstrap vs tailwind css

    Bootstrap

  • Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first frond-end web developement
  • Tailwind

  • Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks
  • What is box model ?

    In CSS, the term "box model" is used when talking about design and layout. The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content.

    What is semantic tag ?

    The HTML semantics refers to the tags that provide meaning to an HTML page rather than just presentation. It makes HTML more comprehensible by better defining the different sections and layout of web pages. Example : form and article.