kalviumcommunity / compilerd

code judge
GNU General Public License v3.0
17 stars 319 forks source link

Fronted added #129

Closed Ananya0383 closed 4 months ago

Ananya0383 commented 5 months ago

Adding a Frontend Using HTML, CSS, and JavaScript

  1. HTML : HTML serves as the backbone of any web page, providing its basic structure. It uses a series of elements and tags to define the content and layout of the page

  2. CSS (Cascading Style Sheets): CSS is used to style and layout web pages. While HTML provides the structure, CSS defines how that structure looks and feels.

  3. JavaScript: JavaScript brings interactivity and dynamic functionality to web pages. It allows you to manipulate HTML and CSS in real-time, respond to user actions, and interact with external data source