Viewing HTML in a browser

Viewing HTML in a browser After manually saving the HTML web page or HTML file, the process of viewing or displaying the HTML file in any web browser is as follows. Here, to open/view your created HTML web page/file in the existing web browser, you can properly display/preview your HTML file in various popular web…

Comments Off on Viewing HTML in a browser

Viewing HTML in a browser in html hindi

Viewing HTML in a browser in html hindi एचटीएमएल वेब पेज या एचटीएमएल फाइल को मैन्युअल रूप से सेव करने के बाद किसी भी वेब ब्राउज़र में एचटीएमएल फ़ाइल को देखना या डिस्प्ले का प्रोसेस कुछ इस प्रकार है। यहाँ आपकी बनाई गई एचटीएमएल वेब पेज/फाइल को मौजूदा वेब ब्राउज़र में ओपन करने /देखने के…

Comments Off on Viewing HTML in a browser in html hindi

Writing and saving your first HTML file

Writing and saving your first HTML file When you create an HTML web page or HTML file for the first time. Then in the first step you have to create the HTML source file, then in step second save the HTML file with htm or html extension, finally in step 3 display this HTML file…

Comments Off on Writing and saving your first HTML file

Writing and saving your first HTML file in hindi

Writing and saving your first HTML file in hindi जब आप पहली बार एचटीएमएल वेब पेज या एचटीएमएल फाइल को बनायेंगे। तब पहले स्टेप में आपको एचटीएमएल सोर्स फाइल को बनाना, स्टेप सेकंड में फिर एचटीएमएल फाइल को htm या html एक्सटेंशन के साथ सेव करना, अंत में स्टेप 3 में इस एचटीएमएल फाइल को…

Comments Off on Writing and saving your first HTML file in hindi

Basic HTML tags and their functions

Basic HTML tags and their functions In HTML web development structure language you get many different tag elements. Which you use in designing HTML web page according to your needs. So let's know about some basic html tag and default tasks of these tags. Basic html structural tags. <! Doctype html> - This default indicates…

Comments Off on Basic HTML tags and their functions

Basic HTML tags and their functions in hindi

Basic HTML tags and their functions in hindi एचटीएमएल वेब डेवलपमेंट स्ट्रक्चर लैंग्वेज में आपको कई प्रकार के अलग अलग टैग एलिमेंट मिलते है. जिन्हे आप अपनी जरूरत के अनुसार एचटीएमएल वेब पेज डिज़ाइन करने में इस्तेमाल करते है. So let's know about some basic HTML tag and default tasks of these tags. Basic HTML…

Comments Off on Basic HTML tags and their functions in hindi

The HTML document skeleton

The HTML document skeleton: <!DOCTYPE html>, <html>, <head>, <body> in html If you are going to learn HTML web page design, then you must first understand the HTML document structure well. In the basic HTML document structure format layout, <!DOCTYPE html>, <html>, <head>, <body> tags are displayed or added. Where <!DOCTYPE html> is the html…

Comments Off on The HTML document skeleton

The HTML document skeleton in html hindi

The HTML document skeleton - <!DOCTYPE html>, <html>, <head>, <body> in html hindi यदि आप एचटीएमएल वेब पेज डिज़ाइन सिखने जा रहे है. तो आपको एचटीएमएल डॉक्यूमेंट स्ट्रक्चर को पहले अच्छी तरह से समझना होगा। जहा बेसिक एचटीएमएल डॉक्यूमेंट स्ट्रक्चर फॉर्मेट लेआउट में, <!DOCTYPE html>, <html>, <head>, <body> टैग को डिस्प्ले या जोड़ा जाता है.…

Comments Off on The HTML document skeleton in html hindi

Pattern matching with re module in python

Pattern matching with re module in python String Programming Expression Pattern Matching with re Module in Python Programming You can search and manipulate Python text strings based on regular condition expressions (regex). The re module in Python provides a simple and easy way to search text, match text strings, and manipulate string text operations using…

Comments Off on Pattern matching with re module in python

Pattern matching with re module In python Hindi

Pattern matching with re module In python Hindi पायथन प्रोग्रामिंग में re मॉड्यूल के साथ स्ट्रिंग प्रोग्रामिंग एक्सप्रेशन पैटर्न मिलान आपको रेगुलर कंडीशन एक्सप्रेशन (regex) के बेस्ड पर पाइथन टेक्स्ट स्ट्रिंग्स को सर्च करने और स्ट्रिंग को मेन्युप्लेट किया जाता है। पाइथन में re मॉड्यूल से रेगुलर स्ट्रिंग एक्सप्रेशन से टेक्स्ट को सर्च करने, टेक्स्ट…

Comments Off on Pattern matching with re module In python Hindi