Hello Friends.
Today we learn 'How To Create My First Website ? What Is HTML ?'
1). How To Create My First Website ?
>> A website create by some languages , the languages for command your browser what your contant. The languages we know by web language used for browser command. Web languages of first invasion HTML then after some times invasion css for styling and javascript for advanced features. So now we create our website by HTML *(Hiper Text Markup Language).
So Let's start -
Open your notepad and select new then write this :
<DOCTYPE! html>
<html>
<head>
<title>My First Website</title>
<meta charset="UTF-8">
</head>
<body>
<h1> Hello </h1>
<p> Hello Friends This Is My First Website </p>
</body>
</head>
<html>
Then save it in your any drive as html format. example : FirstWebsite.html
Output :
Today we learn 'How To Create My First Website ? What Is HTML ?'
1). How To Create My First Website ?
>> A website create by some languages , the languages for command your browser what your contant. The languages we know by web language used for browser command. Web languages of first invasion HTML then after some times invasion css for styling and javascript for advanced features. So now we create our website by HTML *(Hiper Text Markup Language).
So Let's start -
Open your notepad and select new then write this :
<DOCTYPE! html>
<html>
<head>
<title>My First Website</title>
<meta charset="UTF-8">
</head>
<body>
<h1> Hello </h1>
<p> Hello Friends This Is My First Website </p>
</body>
</head>
<html>
Then save it in your any drive as html format. example : FirstWebsite.html
Output :
Hello
Hello Friends This Is My First Website
Look - '<DOCTYPE! html>' stands for
Look - '<DOCTYPE! html>' stands for
0 comments: