CSS

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript. CSS is designed to enable the separation of presentation and content, including layout, colors, and fonts. This separation can improve content accessibility; provide more flexibility and control in the specification of presentation characteristics; enable multiple web pages to share formatting by specifying the relevant CSS in a separate .

SASS
Mohammed ShafiqJune 14, 20240 comments

Syntactically Awesome Stylesheet

Introduction

  • Sass is an...
Responsive web design
Mohammed ShafiqJune 12, 20240 comments

The goal of responsive web design is to create websites that look great on all devices!

In 2010, Ethan Marcotte came up with the phrase “responsive design”, which referred to the usage of three different methods...

CSS Box Model Concept
DivyaJune 12, 20240 comments

The CSS Box Model is a set of rules that contains multiple properties including borders, margin, padding, and the content itself...

HTML

The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript. Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.

SASS
Mohammed ShafiqJune 14, 20240 comments

Syntactically Awesome Stylesheet

Introduction

  • Sass is an...
Responsive web design
Mohammed ShafiqJune 12, 20240 comments

The goal of responsive web design is to create websites that look great on all devices!

In 2010, Ethan Marcotte came up with the phrase “responsive design”, which referred to the usage of three different methods...

CSS Box Model Concept
DivyaJune 12, 20240 comments

The CSS Box Model is a set of rules that contains multiple properties including borders, margin, padding, and the content itself...