Skip to main content

Posts

Showing posts with the label Web Development

How to create a Google site and earn money 2022 (100% guaranteed)

Hey guys how are you all today in this post I am going to tell you that how you can create a google site and start earning money with it so let's begin with this post:- so guys if you want to create a google site then you have to simply go to the https://www.sites.google.com  and sign up with you google account for free now you can use a template from the template gallery if you don't have too much time otherwise you can create a google site according to your choice by clicking on the blank. once you clicked on the blank then you will be able to see a page in which you can adjust or change each and every setting of your site. If you want then you can also create a affiliate site using this and assign it to a custom domain after creation. Here you can see what you will see after clicking on blank button: some important points: If you want to add a title to your site then you can click on untitled site on the top left corner and then change the title to whatever you want. now che...

Chapter -2 (Ways to include the CSS and syntax of the CSS)

  CodeAndMan Chapter-2(Ways to include the CSS and syntax of the css) Hey guys, how are you all? In our last tutorial I had given an intro to you of the css. In this tutorial we will check what are the ways through which we can include the css in our HTML document. We will also get familiar with the syntax of the css after this tutorial. so let’s begin: Table of Contents  Revision of the last lesson What are the ways to include the CSS in the HTML Internal CSS External CSS Inline CSS What is the syntax The syntax of the CSS What is a selector in the CSS What is a property-name and property-value in the CSS Comments in the CSS Revision of the last lesson In our last lesson we learnt what is the front-end and what is the backend. We also learnt the functions of the front end web technologies. We also got an understanding of how the websites work and what is the IP address so I hope that you remember the concepts. Now let’s get started with today’s agenda: What are the ways to in...

CSS Tutorial-1|| Introduction to the CSS || CodeAndMan

CodeAndMan   Chapter -1 (Intro to the CSS) CSS is the language for designing web pages. It is maintained by www (World Wide Web). It stands for the cascading style sheet. It helps us to make the web pages stylish and attractive. With the CSS you can also add animations and transitions to your web page. We will learn how to add these later. I hope that you will enjoy doing this course. Why CSS CSS is the only language for the styling of web pages. It is the only language that the browser understands for styling. The languages that the browser can understand are HTML, CSS, and JavaScript. If you want to learn CSS completely then you have to read this eBook. So guys now let’s begin with what the front-end and backend are. What is the Front End The front end is the coding that the user on the browser can see. In other words, it is the HTML, CSS, and JavaScript that is sent by the server to the browser. What is the Backend The backend is the code that is kept secretly on the server and ...

HTML Tutorial -1 (Installing Visual Studio Code and Live server)

HTML Tutorial -1 (Installing Visual Studio Code and live server) Hello guys, Welcome back friends. I am glad to tell you that From today we are going to start a web development series. This series will be for all those people who want to learn web development. In this course we will cover html,css,javascript,Node js,Express and MongoDB. So if you want to become a successful and money making web developer then this course is for you. This post is for only installations which are required for web development. In this post I will install all the softwares which is needed for web development so let’s begin: Installing Visual Studio Code  To install vs code you have to simply do some steps: 1. go to https://code.visualstudio.com 2. Download it for your os. 3. Install it for your os.  4. check all the checkboxes. 5. finish it now. Now from your pc open any folder and right click inside it now if you have checked all the checkboxes then you can see the option open with code simply ...

Complete HTML Tutorial for beginners

Complete HTML Tutorial for beginners   I f you want to read this in a pdf than you can get this ebook:- Getting started with the html About This Course The html is the language for creating web pages. It is used for defining the content with the html you can create very simple web pages with CSS you can make the simple web page stylish and with the Javascript you can add logic to those stylish web pages. if you want to earn money from the web development then it is compulsory for you to learn these three languages. Today in this post you will learn the html completely. so let's begin:- Introduction to Html The html is the language for defining the elements of the web page. It stands for hyper text markup language. It is easy to learn. It is the basic language for creating web pages. Tags and Elements in the HTML There are two things in the HTML:- Tags - It is the part of the text which is used for creating content.  Elements - When we insert content inside a html tag then it ...