Skip to main content

Posts

Showing posts from September, 2021

How to make the Music website using the HTML and CSS (Source Code) || Creating a Website||codeandman

  Hey guys how are you all today in this post I am going to give you the source code of my video called How to make Music Website Using HTML and CSS so let's begin: Source code of index.html is here: <!doctype  html > <html  lang =  "en-in" > <head>      <link  rel= "stylesheet"  href= "style.css" >      <title> Music Website using HTML and CSS - codeandman </title> </head> <body>      <header>          <nav>              <h1> Gautam Sharma </h1>              <ul>                  <li><a  href= "#" > Home </a></li>                  <li><a  href= "#" > Contact </a></li>                  <li><a  href= "#" > Serivces </a></li>                  <li><a  href= "#" > Blog </a></li>                  <li><a  href= "#" > FAQ </

How to make money through programming - codeandman

How To Make Money Through Programming By codeandman   H ey guys how are you all today in this post I am going to tell you that How you can make money through the programming so let’s begin with this awesome post. So guys the programming is the topic which is most profitable topic in the world because we can do several things using the programming like making the software making the website or creating anything else related to the computer that’s why we have many ways to make money through the programming I will tell you about these ways in today’s post so let’s begin now: Freelancing The first way through which you can make money through the programming is the freelancing in the freelancing you have to complete other’s work and you will get some money in return of completing that work. I recommend using the fiverr if you are a beginner because starting freelancing on the fiverr is pretty easy then other websites like the up work or freelancer you can also checkout a website called “pe

Software Engineer Vs Web Developer - codeandman

  Web Development Vs Software Engineer - CodeAndMan Hey guys. How are you all today? In this post I am going to tell you which should you choose: Software Engineer or Web Developer. So let’s begin: Software Engineer  The software Engineer is a Man who writes the code and creates softwares. He is the specialist of any 1 language , be it c,c++,java or python or anything else. Web Developer The web developer is the person who creates web apps with the help of HTML, CSS and javascript and a Language for the backend, be it php, python, node js, java or anything else. He/she can also use the spa(single page applications) for creating the web apps. Salary Comparison of software engineer and web developer The salary of the average web developer in India is 5,00,000 rupees whereas The average salary of a Software Engineer in India is 1,25,000 so in this case the Software Engineer is better. But don’t worry if you have a plan to become a web developer then I may tell you that I have met persons

Top 10 best python modules which everyone should learn - codeandman

Top 10 Best Python Modules which Everyone should learn   So hey guys How are you all today in this post I am going to tell you that what are the Top 10 Best Python Modules which Everyone should learn so let's begin with the post now: Tkinter The tkinter is the best module in the python for making the gui(graphical user interface) of any command line program. I have kept this module first in my list because the GUI is very important if a simple user wants to interact with your program. Now let's come to the next module which is: Request  The request module in the python is used to make a http request on a web page many other libraries relay on this python library with this you can do many things like reading the content of a web page extracting the content and many more things. Numpy The numpy is a very important module for those who want to make the data science as the carrier it is used to do the data processing. If you want to make the money online then the data science is al

How to create a Responsive Website with Sticky Navbar - CodeAndMan

How to create a Responsive Website with Sticky Navbar - CodeAndMan Hi guys How are you all today in this post I am going to give you the source code of this video called " How to create a Responsive Website with Sticky Navbar by CodeAndMan " The source code and the video is given below: Here's all the  free source code written in the video: HTML free source code: <!DOCTYPE  html > <html  lang= "en" > <head>      <meta  charset= "UTF-8" >      <meta  http-equiv= "X-UA-Compatible"  content= "IE=edge" >      <meta  name= "viewport"  content= "width=device-width, initial-scale=1.0" >      <title> Responsive Website Design - CodeAndMan </title>      <link  rel= "stylesheet"  href= "style.css" > </head> <body>      <nav  id= "nav" >          <div  class= "left"  id= "left" >