Skip to main content

Posts

Showing posts from July 18, 2021
 Responsive Menu Bar by HTML5 And CSS3  HTML5 Code <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <!-- //delhikacoder  --> <title>Nav-Bar created by delhikacoder</title> <link rel="stylesheet" type="text/css" href="style.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> </head> <body> <header> <nav> <div class="logo"> Brand logo </div> <input type="checkbox" name="" id="click"> <label for="click" class="menu-btn"> <i class="fa fa-bars"></i> </label> <ul> <li><a href="#...
 What is web designing? 1. web designing meant layout of a website   2. we can design a website layout on photoshop, figma, in design, xd,  Adobe Illustrator   software  3. when a design is ready and approved by the client then start front-end development  4. front-end developer mean to develop a layout design by web designers and how is looking layout on the web browswe   web designer skills 1. Adobe photoshop 2.  Adobe Illustrator 3.  Adobe InDesign 4. Figma 5. Adobe XD if you want to become a web designer so you know very well this software and anyone in you become a master like a pro all software is used for mobile application layout design and logo design and website layout design front-end developer skills 1.html5 (it is the latest version of Html) 2. css3 ( it is the latest version of css) 3. Bootstrap5 (it is the latest version of bootstrap) 3. javascript (ECMA6 it is the latest version of javascript) 4. lear javascript...