paint-brush
8 Web Development Notes You Might Find Usefulby@khamisihamisi
793 reads
793 reads

8 Web Development Notes You Might Find Useful

by Khamisi HamisiFebruary 15th, 2023
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Web development is an expansive field that is constantly evolving. It's important for web developers to stay up-to-date with the latest trends and techniques. I found these notes over the internet and thought I might share them. Did you find this piece useful? Share in the comment section below.

People Mentioned

Mention Thumbnail
featured image - 8 Web Development Notes You Might Find Useful
Khamisi Hamisi HackerNoon profile picture

Web development is an expansive field, and it's one that is constantly evolving. It's important for web developers to stay up-to-date with the latest trends and techniques.


Web development is an exciting field. As technology advances and new trends hit the web, web development is constantly evolving, making it an exciting field to work in.


I found these notes over the internet and thought I might share them.


Here are eight web development notes you might find useful.

1. CSS Box-Model

The CSS box model is a design concept that describes how content is rendered in rectangular boxes on a web page.


Each box consists of four elements: margin, border, padding, and content. The margin is the space outside of the box, the border is the line that surrounds the box, the padding is the space between the border and the content, and the content is the actual content displayed in the box.

2. Semantic HTML

Semantic HTML is a style of HTML coding that emphasizes the meaning and purpose of the content on a web page by using specific HTML tags to describe it.


This means that the HTML tags are chosen based on the semantic or logical meaning of the content, rather than just on their visual appearance. For example, using the <header> tag for the header section of a page or <nav> tag for the navigation section.

3. CSS Positioning

CSS positioning is a technique used to position HTML elements on a web page in a specific location relative to their containing element or to the viewport. There are several types of positioning available, including static, relative, absolute, fixed, and sticky.

4. Git Workflow

Git workflow is a set of guidelines and procedures for working with Git. It outlines the steps developers should follow when collaborating on a project and managing changes to the codebase.


5. Grid Overview

CSS Grid is a layout system in CSS that allows developers to create complex grid layouts with rows and columns, and easily position and align-items within those grids.

6. CSS Alignment

CSS alignment refers to the ways in which elements are positioned and spaced relative to each other on a web page. CSS provides a variety of alignment properties that allow developers to control the horizontal and vertical alignment of elements, as well as the spacing between them.

7. Array Methods

8. Grid Cheat Sheet

A grid cheat sheet is a reference document that provides a quick overview of the CSS Grid layout system, including its key concepts and properties. It typically includes examples of common layout patterns, along with the CSS code required to create them.


Did you find this piece useful? Share in the comment section below.