HTML in Hindi – Script Tag,Introduction to script tag in Hindi learn coding by myhindiexam

 

HTML script tag in Hindi Introduction to script tag in Hindi Attributes & Syntax of script tag in Hindi

HTML in Hindi – Script Tag

  • HTML script tag in Hindi
  • Introduction to script tag in Hindi
  • Attributes & Syntax of script tag in Hindi

Introduction to HTML Script Tag

HTML मे <script> tag का use java script का code लिखने के लिए किया जाता है। और JavaScript एक 
client side scripting language है। इसकी मदद से आप forms आदि को validate भी कर सकते है। और script tag के कुछ attributes भी होते है |

Src Attribute

SRC attribute के द्वारा external file का URL दिया जाता है। अब यह file आपकी hosting मे हो सकती है | या फिर third party web site मे हो सकती है | पर ध्यान रहे SRC attribute मे only javascript file का ही path दिया जाता है | और URL हमेसा double quotes के अन्दर दी जाती है। 

Type Attribute

Type attribute के द्वारा script का type define किया जाता है। जब हम javascript use करते है तो इसकी value text/javascript देते है |

Async Attribute

async attribute का value हम true या false में देते है। यदि हम इस attribute को true set करते है तो script HTML page के सभी elements को load करने के बाद asynchronously load होता है। इसे load time कम करने के लिए use किया जाता है।

Defer Attribute

defer attribute की value भी हम true या false में ही देते है। जब हम इस attribute को true set करते है तो script HTML document को parse करने के बाद load होती है। 

Syntax of <script> Tag

html मे हम Script tag को normally HTML tag की तरह ही define करते है। इसका syntax निचे दिया जा रहा है। 

<script type=”text/javascript”> </script>

किसी external javascript के file को include करने के लिए आप src attribute का use कर सकते है। इसका syntax निचे दिया जा रहा है। कैसे external file को add करते है |

<script type=”text/javascript” src=”javascript-file-url”></script>

जैसा की आप ऊपर दिये गये code को देख सकते है external java script को कैसे include करते है |

Sushil Kumar

i am Sushil founder of this blog .YtTechSushil.in is a website to provide tips related to Blogging, SEO, Social Media, Business Idea, Marketing Tips, Make Money Online, Education, Interesting Facts, Top 10, Life Hacks, Marketing, Review, Health, Insurance, Loan and Internet-related Tips. यदि आप भी अपना Content इस Blog के माध्यम से publish करना चाहते हो तो कर सकते हो. इसके लिए Join Myhindiexam Page Open करें. आप अपना Experience हमारे साथ Share कर सकते हो. धन्यवाद ! facebook twitter youtube instagram Dm me Whatsapp

Post a Comment

Hello Friends Agar aapko mera yah post pasand aaya hai to ise shere kariye.

Previous Post Next Post