आपकी ऑफलाइन सहायता

BACK
49

सी प्रोग्रामिंग

149

पाइथन प्रोग्रामिंग

49

सी प्लस प्लस

99

जावा प्रोग्रामिंग

149

जावास्क्रिप्ट

49

एंगुलर जे.एस.

69

पी.एच.पी.
माय एस.क्यू.एल.

99

एस.क्यू.एल.

Free

एच.टी.एम.एल.

99

सी.एस.एस.

149

आर प्रोग्रामिंग

39

जे.एस.पी.





डाउनलोड पी.डी.एफ. ई-बुक्स
HTML - First HTML Document

How to view the HTML code of a webpage ?

In Chrome : Press Ctrl + U / Right Click > View page source

In Mozilla Firefox : Press Ctrl + U / Press Alt for Menu Bar and After Click Tools > Web Developer > Page Source

In Microsoft Edge : Right Click > View source / Press F12 and go to Debugger

In Microsoft Internet Explorer : Press Ctrl + U / Press Alt for Menu Bar and After Click View > Source

In Safari : Press Command + Option + U / Right Click > Show page source

In Opera : Press Ctrl + U / Right Click > View page source


view page source

Creating HTML(.html) File using Notepad / Notepad++

HTML File को create करने के लिए किसी भी Text Editor की जरुरत होती है |

यहाँ पर Notepad++ का इस्तेमाल किया गया है | notepad++ को download करने के लिए यहाँ click करे |

notepad++

Notepad++ को install करने के बाद उसे Open करे |

new file notepad++

Simple Program को उस Editor में Type करे |

new html notepad++

उसके बाद ctrl + S या File > Save click करके कुछ नाम देकर .html या .htm इस extesion से save करे |

save html file

Set Title for Webpage

Webpage के title को set करने के लिए <title> tag का इस्तेमाल किया जाता है | title tag को <head> tag के अन्दर दिया जाता है |

title for webpage

 

webpage title

Add some text to the webpage

webpage पर text को add करने के लिए <p>, <span>, header tags, textnode या आदि कई tags का इस्तेमाल किया जाता है |

html tags

 

html tags output