AmitDiwan has Published 10740 Articles

HTML DOM Anchor hostname Property

AmitDiwan

AmitDiwan

Updated on 17-Sep-2019 08:58:40

141 Views

The HTML DOM Anchor hostname property returns only the hostname of the URL. It returns the domain name.SyntaxFollowing is the syntax to set the hostname property −anchorObj.hostname = hostnameAbove, the hostname is the hostname of the URL.SyntaxFollowing is the syntax to return the hostname property −anchorObj.hostnameExampleLet us now see an ... Read More

HTML href Attribute

AmitDiwan

AmitDiwan

Updated on 17-Sep-2019 08:14:27

378 Views

The href attribute is used to set the link i.e. the URL of the page.SyntaxFollowing is the syntax −Above, URL is the url you need to mention, which can be a relative link, absolute link, script, protocol, etc.ExampleLet us now see an example to implement the href attribute of ... Read More

HTML