Skip to main content

 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 framework
if you know very well all of these then you are a perfect front-end developer





 

Comments

Popular posts from this blog

  Basic Navbar Toggle Basic Html Code source: <html>     <meta charset="utf-8">     <meta name="viewport" content="width=device-width, initial-scale=1">     <link rel="stylesheet" href="style.css"/>     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />     <title> slider</title> <body>     <section>         <nav>             <div class="logo">                 brand   logo             </div>             <div class="sidebar">             <i cla...
 HOW TO MAKE TIME COUNTDOWN BASIC NEEDS: HARDWARE 1. COMPUTER/ LAPTOP SOFTWARE 1. TEXT EDITOR EXAMPLE : VISUAL STUDIO, ATOM, SUBLIME TEXT, NOTEPAD++  ETC... HAVE A BASIC KNOWLEDGE 1. HTML5 2. CSS3 3. JAVASCRIPT LET'S SEE OUTPUT IN VIDEOS: HTML CODE: <!-- DEVELOP BY DELHI KA CODER --> < html >      < title > Count-down develop by delhikacoder </ title >      < meta   charset = "utf-8" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < link   rel = "stylesheet"   href = "style.css" />        < script   src = "javascript.js"   defer ></ script >      < body >          < section >              <...