SOFTWARE DEVELOPMENT

Mukiriwinjoy
2 min readFeb 11, 2024

HTML,CSS and JS Summary

Figma: is a designing tool. Figma brings together powerful design tools, it has five most important features; 1. frames- they provide structured canvas for designing. 2. Layers- they enable you to organize a design therefore creating a visual hierarchy within your project. 3. Selection- allows you to choose and modify specific design elements. 4. Styling- empowers you to create visually stunning and cohesive designs.

HTML: is the universal Hyper Text Markup Language for the website. HTML lets you format text, add graphics ,create links input forms ,frames and tables and save it all in a text file that any browser can read and display.

CSS: Is the cascading style sheet and used to format the layout of the webpages. CSS saves a lot of work. with CSS you are able to design without affecting the content this is because design is different from content.

JS: This is used in browsers to build interactive web pages in the programming language. JS has got two types of data;primitive- they are most basic data in the programming language since they only contain a single rule. JS is used to reduce load on the server and it is able to cut down the time needed for compilation and the non-primitive data.

GitHub: GitHub is a web-based interface that uses Git.it is used for storing, tracking and collaboration on software projects. GitHub makes it easier for developers to share code files. GitHub has some of the best documentation projects.

--

--