HTML is markup language and use for creating website. Generally website are created by sub web-pages and web-pages are pages where HTML and other programming code are store.
Every website have index page and it's need to be create first.
From Today gone explain how to create website using simple explanation.
It will take total 60 days for creating professional html based website.
First day :
Learn to create a index page.
Step 1 : open notepad or any editable txt file editor.
Step 2 : Write the code or following code in txt file.
CODE :
Step 4 :click on all files and save it has index.html in desktop.
Step 5 : double click save file on desktop and you will see your first index web-page.
Every website have index page and it's need to be create first.
From Today gone explain how to create website using simple explanation.
It will take total 60 days for creating professional html based website.
First day :
Learn to create a index page.
Step 1 : open notepad or any editable txt file editor.
Step 2 : Write the code or following code in txt file.
CODE :
Step 3 : click on file and choose save as from drop-down menu.<html>
<head>
<title>
My first webpage
</title>
</head>
<body>
<h1> I started my journey of creating my first web-page</h1>
<p> From nowards will create website based on html and gone learn it carefully. Thanks for reading it.</p>
</body>
</html>
Step 4 :click on all files and save it has index.html in desktop.
Step 5 : double click save file on desktop and you will see your first index web-page.