Skip to main content

Posts

Most welcome

   This blog is temporary maintaining some issues. If you are know something about the blogger go there the link given below. यह ब्लॉग अस्थायी तौर पर मेंटेनेंस पर है किसी प्रॉब्लम की वजह से। यदि आप इस ब्लॉग के लेखक के बारे में कुछ जानना चाहते हैं तो यहाँ नीचे दिए लिंक पर क्लिक करें। About Question Field Hindi 😊 🙏🙏🙏🙏🙏
Recent posts

HTML Tutorial in Hindi

HOME HTML TUTORIAL HTML एक Standard Markup language है। किसी Web page के लिए।  आप HTML के साथ अपना खुद का वेबसाइट बना सकते हैं।  यह HTML Tutorial Latest HTML5 Standard को Follow करता है।  HTML सिखने में आसान है आप मंजे कीजिये।  HTML के साथ आसानी से "आप स्वयं इस Code को try करिये। Notepad++ पर।  Example - <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>This is a Heading</h1> <p>This is a paragraph.</p> </body> </html> Output :- output result html आप स्वयं Try कीजिये ऐसा जैसे Run कराने पर रिजल्ट आएगा आपको उस Code वाले फाइल को .html या .html extension के साथ सेव करना है।  आपको इस पुरे Tutorial में 200 से ज्यादा Examples देखने को मिलेगा।  आप मेरे द्वारा दिये गए examples सीधे copy करके notepad++ में Past कीजिये और उसे .html या.htm के extension के साथ Save करके run करके देखिये आ...