Posted in

Html Tutorial Part -1 Html Introduction – freetoolpt

html-tutorial-part-1-html-introduction-freetoolp

Html Tutorial Part -1 Html Introduction – freetoolpt

Html

 कोड को कैसे लिखें?

Html के कोड को सर्वप्रथम हम नोटपैड अथवा wordpaid  इत्यादि केेेेेे माध्यम से लिख सकते हैं तथा इसे एक डायरेक्टरीी में सेव कर देते हैं इस फाइल का Extension.html होता है । माना कि हमने यह फ़ाइल c:/user/sk में सेव किया है तो इसे रन कराने के हेतु हम किसी भी नवीनतम तथा उच्च क्षमता केे ब्राउज़ पर इस path को एड्रेस  में लिख देते हैं जिससे रन हो जाता हैै ।

 

<!DOCTYPE html>

<html></html>
<head>

<title>Page title</title>
</head>
<body>
<h1> This is first heading </h1>
<p>This is first my html coding </p>
</body>
</html>

 

Output 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *