ReePrime
#Tutorial 1 | make your first html page in hindi

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

#Tutorial 1 | make your first html page in hindi

W
Webmate Technologies

3 Views • Feb 10, 2017

Description

In this tutorial i showed you how to make your first HTML page. I explained it in very simple steps.
Step 1 : Open Text Editor
If you are usimg windows operating system, you can use Notepad. I am using Adobre Dreamwearer for my html pages.

To download Adobe Dreamweaver click on this link https://creative.adobe.com/products/download/dreamweaver
======================================================

Step 2 : Write or copy this code into your notepad.

If you are using dreamweaver like me, you dont need to do anything, just open dreamweaver then open file > New > Blank Page > HTML > Click Create. It will automatically create the following code into your file



My first html page



My first heading

My first Paragraph






======================================================

Step 3 : Save you HTML file

Save the file on your computer. Select File > Save as in the Dreamweaver menu.

Name the file "index.html" or "index.htm" and save into appropriate directory
==============================================================
Step 4 : View HTML Page in Your Browser

Open the saved HTML file in your favorite browser, by double click on the file or right-click - and choose "Open with" and select browser you wish to open

********************************************************************

: It sets the document type for the appropriate file

: There are two main part part in every single html file, i.e., and . contains all tag inlcuding title, link , meta , all css and javascript files

: Meta tag have various uses in html documents. The main use of meta tag is to set character sets and minor SEO[Search Engine Optimization]Tools. To see all uses of meta tag click here

: It sets the title of the page

: All information you want to display on web browser inlcude in the body tag, it may contains text, images, hyperlinks, or video file.

visit my website for more information : http:www.websiteamravati.com