1
<নোগ্রিপ্ট> ট্যাগের ভিতরে একটি <script> ট্যাগ কী উদ্দেশ্যে কাজ করে?
আকর্ষণীয় ডিজাইন এবং সামগ্রী সহ আমি ইদানীং ওয়েবসাইটে "ভিউ সোর্স" তে উঠছি। এই ওয়েবসাইটগুলির মধ্যে একটি, স্কয়ারস্পেসের<script> একটি <noscript>ট্যাগের ভিতরে ট্যাগগুলির ব্লক রয়েছে , যেমন: <!-- Page is at: http://squarespace.com --> ... ... <noscript id="inline-deps"> <link rel="stylesheet" type="text/css" href="//cloud.typography.com/7811972/758964/css/fonts.css" /> <script type="text/javascript" src="https://static.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/7400/assets/logomark/logomark.min.js?37"></script> <link rel="stylesheet" href="https://static.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/7400/assets/logomark/logomark.min.css?37" type="text/css" /> </noscript> ... …
139
javascript
html
noscript