First Lecture

First Lecture with Saman

As on the very first day, we will discuss about why web development is important. 
The entire process of creating a website from planning the fundamental website structure to creating content and giving it a personalized appearance is covered by the website development process.

I think before making a website one should that why we make websites, what is it's use it todays world and why one should opt it as a career. After learning the web development, I can surely say that you will enjoy this thing.


Now lets begin with our first website which we will make on Visual Studio Code.

You can download it on the link provided:  https://code.visualstudio.com/download


Important topics to be covered are,

WHAT IS VS code?

VS Code is basically a Visual Studio Code and it basically aims to provide the tools for a developer for the development operations like debugging, task running and version control.

Once your Visual Studio Code is installed, you should know about how to create a file, how can you open the folder, how to save a file and more. here we will discuss abut the main components you can say of how to create your first simple website.


1- Open tag and Close tag:

Open tag and close tags are used to create a website. Like the very things after creating your new file will be entering the open and close tags. 
e.g.
<html> is the open tag.
</html> is the close tag.

2- Head:







0 Comments