The element is used to identify a base URL upon which to build all relative URLs that appear on a webpage. In addition, if the element has a target attribute, the target attribute will be used as the default attribute for all hyperlinks appearing in the document. example: - if we are copying links of multiple image from the same website the first few words of the url will appear in all the image url that is the base url and rest of the url is relative url.
@lakshmankumar9228 Жыл бұрын
tag is used to specifies the base URL and relative URL . There can be only one base tag and it must contain href and target attribute.
@DivyaSuraj-ff4ls6 ай бұрын
The tag defines metadata about an HTML document such as the character set page description, keywords, author of the document, and viewport settings.
@ramankumar37762 ай бұрын
tag is used to specifies the base URL to use for all Relative URLs in a Document . there can be only one tag and it must contain href and target attribute.
@rifatmiyadhk Жыл бұрын
the tag helps to specify a default URL as a default target for all links/href on a page!
@akshayanilutale9706 Жыл бұрын
The tag specifies the base URL and/or target for all relative URLs in a document. The tag must have either an href or a target attribute present, or both. There can only be one single element in a document, and it must be inside the element.
@vaibhavipathak46624 ай бұрын
The HTML element specifies the base URL to use for all relative URLs in a document. There can be only one element in a document. A document's used base URL can be accessed by scripts with Node.baseURI. If the document has no elements, then baseURI defaults to location.href. It includes all global attributes. A base tag must have the href and target atribute.
@MaheshChandraNC-fd5qt4 ай бұрын
The tag specifies the base URL and/or target for all relative URLs in a document.
@AfifaMumtaz-e8z11 ай бұрын
The tag is used to set the base URL for all relative URLs in a document. It requires at least one attribute - href and target, or both. Only one element can be used in a document and it must be placed inside the element.
@ZainabIrshad3134 ай бұрын
The HTML element specifies the base URL to use for all relative URLs in a document. There can be only one element in a document.
@omkarsahu0310 ай бұрын
The element is used for specifying the base URL to use the for all relative URLs in a document and there can be only one element in a document.
@sameedansari68385 ай бұрын
tag is used to identify a parent URL for other relative URL's the first few words of the relative URL's are same as the base URl , also only one base URL is in one webpage.
@Prajjwal1913 ай бұрын
HTML tag : "Whenever we have many elements navigating to same website but to different pages then instead of writing complete URL again and again we can write one base URL inside base tag and then we can just write relative page names to navigate to different pages of same website. so all the elements using relative URLs will be using the base URL. There must be only one element present in a document so that there will be no confusion while using relative URLs. The element must come before any other element inside head, but if we use element then will come after that. It must have one href or target attribute or both.
@ashishshinde71279 ай бұрын
tag is used to specifies the base URL for all relative URL in a document which means if we are using files (audio,video,images) in our document then we can give its path in the base URL tag so that we dont have to specificy it everywhere we use those files
@gouravdubey98648 ай бұрын
The HTML element specifies the base URL to use for all relative URLs in a document. There can be only one element in a document.
@Code..1884 ай бұрын
tag ka use ek web page ke liye ek base URL set karne ke liye hota hai. Ye tag web page ke section mein hota hai aur isse sabhi relative Urls (jo puri URL nahi hote, sirf part hote hain) ko ek fixed base URL ke saath jodta hai.
@hajibabaghulamhussain53652 ай бұрын
urdu hindi explnation main bht acha laga
@nitinchoudhary8 Жыл бұрын
Sir mein fatafat ye playlist kr rha hu taki mein aapke sath javascript sikh sakhu. Bahut achha course hai sir. Thank You Very Much For This Precious Knowledge At Free Of Cost. 🙏
@AKbeingoutlier072 ай бұрын
element can specify the base URL for all relative URLs in a document. In multiple elements are used then, only the first href and first target attribute are obeyed all others are ignored
@ثابت-892 ай бұрын
The element is used to locate the BASE url of all the relative URLs of a webpage. There can only be one element in a document.
@FatimaDeveloper5 ай бұрын
url, if defined, provides the prefix to all the relative urls used in a html file, the relative urls are then just used as suffixes to the base url prefix
@faizanarif9799 Жыл бұрын
Finally aapka system waps aa gya thank God, mujhe toh lga ki html ki journey yhi tak thi but nhi i hope aage v video aate rahenge big thanks love and respect
@ketansharma69558 ай бұрын
url, if defined, provides the prefix to all the relative urls used in a html file, the relative urls are then just used as suffixes to the base url prefix.
@souvikghosh8491 Жыл бұрын
tag specifies the base URL to use for all relative URLs in a document.
@mastivlogbareillycity Жыл бұрын
Sir samajne me bhut simple hai yah coding ❤
@lakshmankumar9228 Жыл бұрын
Guru jii bhut dino se besabri se intezar tha aapka Thank you
@chaiaurcode Жыл бұрын
System kharab ho gya tha, ab video aati rhegi
@lakshmankumar9228 Жыл бұрын
@@chaiaurcode Okk sir bhut bhut dhanyawad 🙏
@alphacodehub Жыл бұрын
Base tag HTML (Hypertext Markup Language) mein ek markup tag hai jo ek web page ke liye starting URL (Uniform Resource Locator) ya base URL ko darust karta hai. Isse web browser ko ye samajhne mein madad milti hai ki web page par maujud sabhi relative URLs (URLs jo base URL ke sath diye jate hain) kis base URL ko darust kiye jaye.
@FeelFreeToCode Жыл бұрын
Awesome explanation of meta view port ♥️
@chaiaurcode Жыл бұрын
Thanks
@piyushchoudhary67542 ай бұрын
Base tag website ki default URL ko define karta hai, jisse relative URLs ko absolute URLs mein convert kiya ja sakta hai.
@FatimaDeveloper5 ай бұрын
tag is used to specifies the base URL for all relative URL in a document which means if we are using files (audio,video,images) in our document then we can give its path in the base URL tag so that we dont have to specificy it everywhere we use those files
@391_MoliAgarwal5 ай бұрын
It is used to specify base url to all relative url and it should contain either one of these href or target
@viditvats57332 ай бұрын
Suppose i have a file path as /home/user1/HTML_Files/. Now this "HTML_Files" folders contain a sub-directory "images". Suppose i want to insert an image using tag. Then instead of writing the full path from root to the final path, i can simply type the image name. Simply we can say that whatever is specified in the href attribute of the base tag, relative to that, all other src attribute value will be treated.
@sr6829 Жыл бұрын
Wawo sir you came back i am happy with your teaching
@faizanarif9799 Жыл бұрын
tag is set the base url for all the images and hyperlink in page if path is same.
@kunnu_43 ай бұрын
12:00 meta tags specially phone 14:58 base tag & viewport meta tags
@kanha62055 ай бұрын
tag will overwrite all the URLs in webpage if we add other URLs staring with hash("#") . But i am little bit confused.
@surajmaurya1515 Жыл бұрын
Nice to see you back
@mahesh17_360 Жыл бұрын
🤩🤩🤩back in the game🔥🔥❤️🔥
@Hitesh-sirs-admirer9 ай бұрын
ye anchor ki tarah hi kaam karta hai lekin iske initials address ye base ke href se lega aur ek hi baar use kar sakte hai base wala href har baar poora address dene ki jarurat nhi baaki wahi jo aage url denge unka mool url base ka href hi hoga, poore document ko yahi url as a mool context act karega baaki apne anchor ke _self, _blank sab same hope so interpretation sahi ho jay mata di
@banajittalukdar6539 Жыл бұрын
Sir, Daily video upload kijiye... Thanks for this video..
@khizerrehman7227 Жыл бұрын
Bht itezar krwaya bhai😌😑
@masoodrehman39084 ай бұрын
The base tag specifies the base url use for all relative url in webpage and have only one base url in webpage
@tejaskhanolkar3844 Жыл бұрын
Bahot bada intajar tha Aaj aake khtm hua 👏👏👏👍
@shaik-vv8zk8 ай бұрын
base tag is used to create a base for all relative url present in the html document
@OmkarShelke-w2j8 ай бұрын
base tag specifies the base url to be used for all the relative url's in the webpage.
@AkankshaAwasthi-g6g3 ай бұрын
Aapka CSS ka kab aaega video sir?
@shivamjha1086 Жыл бұрын
u r great teacher sir
@ankushladani496 Жыл бұрын
Dhanyawad guruji...💯😉
@Sarvesh_Coder Жыл бұрын
Alag hii maza hai chai code ka, very difficult to ignore😀😀
@mishraaman8387 Жыл бұрын
Hiii
@satishgoswami3390 Жыл бұрын
❣️
@jrahul423 ай бұрын
nice video
@raheemdas7294 Жыл бұрын
base tag helps to put relative path ....
@JyotirmayeeMohantyQueenjyoti3 ай бұрын
When I tried to type and enter the other default options are not showing... Why ?
@jiteshtechbeast Жыл бұрын
This man is ❤❤❤
@gauravrokade8106 Жыл бұрын
Thank you Guruji ❤️
@sairafatima41505 ай бұрын
Thanks sir...
@Dev-Phantom9 ай бұрын
cool
@NobleNiraj Жыл бұрын
Chai aur Code aur Hitesh
@Itsnaresh369 Жыл бұрын
Sir CSS course start kriye
@debnath0702 Жыл бұрын
Thanks
@dheerajnayak8810 Жыл бұрын
Thank you Sir ☺️
@singhji-hw4js Жыл бұрын
TQ SIR
@asharibkamal1 Жыл бұрын
best
@samiranroyy17009 ай бұрын
sir love you🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@chaiaurcode9 ай бұрын
😊☕️
@abhinav_1729 Жыл бұрын
you waited ? ........of course
@Crypto_UPDATE_2 Жыл бұрын
Bhaiya Please ReactJS bhi samjhana HINDI me ....... PLEASE
@singhji-hw4js Жыл бұрын
👌👌👌👌👌🙏🙏🙏🙏🙏🙏🙏🙏
@chandankumar-rc4fk Жыл бұрын
Sir vs code install kr rahe hai too emmet work nhi kr pa raha hai
@Decodetricks_By_Ayush Жыл бұрын
First viewer
@mohdsultan2023 Жыл бұрын
Done with 10th video ✔☑✅
@art_vlogger Жыл бұрын
Sir, we give some homework!
@nbugdev7 ай бұрын
ok
@lokinagure8 ай бұрын
Day 19: #100DaysOfCode #ChaiAurCode #ChaiAurHTML
@chaiaurcode8 ай бұрын
🤗☕️
@HimanshuMeena-hi9nq5 ай бұрын
2
@-a-178710 ай бұрын
hw base tag
@NeyongLimbu-l1f2 ай бұрын
✅ completed on 10th of August 2024
@harshjha726610 ай бұрын
Sir your mail ID? for files
@someshmirage Жыл бұрын
The tag specifies the base URL and/or target for all relative URLs in a document. The tag must have either an href or a target attribute present, or both. There can only be one single element in a document, and it must be inside the element.
@balajibhure23063 ай бұрын
The HTML element specifies the base URL to use for all relative URLs in a document. There can be only one element in a document
@narayanrawat49939 ай бұрын
tag specifies the base URL to use for all relative URLs in a document.