“Hello World!” app with Node.js and ExpressThis article is aimed for beginner developers and anyone interested in getting up and running with Node.js & Express , It will an easy task don't worry. https://media.giphy.com/media/aNbGyHcDYphNbhe4EE/giphy.gif What is Node.js? That being the raw ...Apr 2, 2023·4 min read
Media QueryIntroduction to Responsive Web Design: Pseudo-elements, Media Queries, and More Nowadays, your website will be visited by a wide variety of devices: desktops with large monitors, mid-sized laptops, tablets, smartphones, and more. To achieve an optima...Nov 30, 2022·2 min read
CSS box modelWhat’s the difference between margin and padding in CSS? In CSS, a margin is the space around an element’s border, while padding is the space between an element’s border and the element’s content. Put another way, the margin property controls the spa...Nov 30, 2022·3 min read
Positions in CSSThe CSS position property is used to specify where an element is displayed on the page. When paired with the the top, right, bottom, and left CSS properties, the position property determines the final location of the element. The position property ca...Nov 30, 2022·3 min read
FlexboxWhat is CSS Flexbox? Crafting intelligent page layouts with CSS has been tricky in years past. Before flexbox was introduced, web developers had to use floats and table display hacks, often leading to unexpected issues. The CSS flexbox model introduc...Nov 30, 2022·4 min read
Audio & Video tagBuilt in Video/Audio HTML5 features include native audio and video support without the need for Flash. The HTML5 and tags make it simple to add media to a website. You need to set src attribute to identify the media source and include a controls at...Nov 30, 2022·3 min read
<input> typestypes Similar to every other HTML element, the element has a number of attributes that can be used to configure it to a particular need. Of all the available attributes, the type attribute is the most important because it gives an its identity. Whe...Nov 30, 2022·1 min read