https://example.com/tutorials/html https://example.com/tutorials/java https://example.com/tutorials/jquery
নিচের সিনট্যাক্স −
<base href="absolute_URL">
উপরে, পরম _URL হল বেস URL-এর জন্য পরম url। আসুন এখন
উদাহরণ
<!DOCTYPE html> <html> <head> <base href="https://www.example.com/tutorials/"> </head> <body> <h2>Tutorials List</h2> <p><a href="java.html">Java Tutorial</a></p><p>(This will act as https://www.example.com/tutorials/java.html)</p> <p><a href="jquery.html">jQuery Tutorial</a></p><p>(This will act as https://www.example.com/tutorials/jquery.html)</p> <p><a href="blockchain.html">Blockchain Tutorial</a></p><p>(This will act as https://www.example.com/tutorials/blockchain.html)</p> <p><a href="python.html">Python Tutorial</a></p><p>(This will act as https://www.example.com/tutorials/python.html)</p> </body> </html>
আউটপুট
উপরের উদাহরণে, আমরা −
হিসাবে ভিত্তি URL সেট করেছি<base href="https://www.example.com/tutorials/">
এর পরে আমরা লিঙ্কটিকে "java.html হিসাবে উল্লেখ করেছি ", এটি অবশেষে −
হিসাবে কাজ করবেhttps://www.example.com/tutorials/java.html