Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

HTML base

<!DOCTYPE html>

   <head>
      <title>HTML base Tag</title>
      <base href = "https://www.tutorialspoint.com" />
   </head>

   <body>
   </body>

</html>
 
PREVIOUS NEXT
Tagged: #HTML #base
ADD COMMENT
Topic
Name
4+1 =