Html Headings Tag

Headings (<h1> to <h6>) html tag Heading tag is used to represent web page title/heading, title or topic information in large size in HTML web page. Heading tag displays your web page content information structure and heading text hierarchy order in largest text size to smallest text size order. Generally, HTML heading tag is used…

Comments Off on Html Headings Tag

Headings tag in Html hindi

Headings (<h1> to <h6>) tag html in hindi एचटीएमएल वेब पेज में बड़े आकार में वेब पेज टाइटल/हैडिंग, टाइटल या टॉपिक  इनफार्मेशन को रिप्रेजेंट करने के लिए हैडिंग टैग का उपयोग किया जाता है. हैडिंग टैग आपके वेब पेज कंटेंट इनफार्मेशन स्ट्रक्चर और हैडिंग टेक्स्ट पदानुक्रम आर्डर को लार्जेस्ट टेक्स्ट साइज टू स्मॉलेस्ट टेक्स्ट साइज…

Comments Off on Headings tag in Html hindi

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