Study Peak's WD course
Welcome to all of you in this web developement course
This is the starting of web developement course. In this course, we will study to all of you about-
⦁ What is HTML?
⦁ What is its use?
⦁ How to write HTML code?
⦁ What is the full form of HTML?
⦁ What is its syntax?
⦁ How to save it ?
So, overall this course is very helpful to all of you.
Page 1
1. What is HTML?
-> HTML is a type of language which is used to create the structure of your websites.
->It is just like the skeleton of our body.It means without HTML we can't create our wesites.
->In HTML, we uses different tags to create a websites.
ex- <html>,<head>,<body>,etc.
-> I know most of you don't know what is tags but don't worry I am here then why fear ?
2. What is its uses?
-> It is used to create the structure of the websites.
-> It is similar to the skeletone of human body. As we know we all are able to stand due to our skeletone.
-> Similarly, HTML is the skeletone of websites.
3. How to write HTML code?
-> We write HTML code at different code editors but I will presscribe you to use VSCODE because it is very helpful when you know how to use vscode.
-> Don't worry we will learn you how to install and use vscode line by line.
4. What is the full form of HTML?
-> Full form of HTML is "Hyper Text Markup Language".
-> According to its full form, HTML is a type markup languages to build good websites.
5. What is its syntax?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> Your statement....... </body> </html>
6. How to save HTML file ?
-> We can save HTML file by giving name with ".html" extention.
-> If we use HTML then why we need CSS and Js?
-> The reason is HTML is used for creating structure only but if we want
to give styling to it then we use css and for giving functioning to the website then we use javascript.
->Let us take an example of a car -
-->body of car is HTML.
-->car color and designs are CSS.
-->engine and working of car is Js.
Note-This course is free.You don't need to pay anyone for this course.
0 Comments