Client-side development
In this blog you are going to learn about client-side developments. So let's go. Main elements of client-side application components of distributed systems Distributed systems use client-side elements for users to interact with them. The main client-side elements are, •Views –what users see (mainly GUIs) •Controllers –contain event handers for the Views •Client-model –Business logic and data Views development technologies for the browser-based client-components Mainly use two elements for view development technology. HTML-Content CSS - Formatting HTML uses different types of elements to define content •Structural elements •header, footer, nav, aside, article •Text elements •Headings –<h1> to <h6> ...