The <big> tag tag defines bigger text.We use it when we want to show specific text bigger than normal text in the paragraph. The <big> tag is not supported in HTML5.

YOu can understand how to use <big> tag by following example:-



e.g.

<!DOCTYPE html>
<html>
<body>
<p>This is normal text.</p>
<p><big>This is bigger text.</big></p>
</body>
</html>

Result:-

This is normal text.

This is bigger text.



Conclusion:--

So the <big> tag is used to make the text bigger than normal font size.It is generally use when you want to show specified text bigger than other

<big> tag का उपयोग टेक्स्ट या अक्षरो को बड़ा करने के लिए किया जाता है जब हम किसी पैराग्राफ में किसी specific टेक्स्ट को विशेष रूप से दिखाना चाहते है तो हम उस टेक्स्ट के साथ<big> tag जोड़ देते है जिससे वो टेक्स्ट दूसरे टेक्स्ट की तुलना में बड़ा दिखाई देता है <big> tag HTML5 में support नहीं करता है

0 comments:

Post a Comment