Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to navigate to another page in html

2 ways
1)
<a href="./aboutus.html">About Us</a>
or 
<a href="#aboutus">About Us</a>
2)
<button onclick="window.location.href='file:///E:/CodeBase/PetStoreApp/aboutus.html'">
  About Us</button>
Comment

how to navigate to another page in html

2 ways
1)
<a href="./aboutus.html">About Us</a>
or 
<a href="#aboutus">About Us</a>
2)
<button onclick="window.location.href='file:///E:/CodeBase/PetStoreApp/aboutus.html'">
  About Us</button>
Comment

PREVIOUS NEXT
Code Example
Html :: what to put in http equiv in html 
Html :: how to make a yourbue icon in html 
Html :: html open things in new tab 
Html :: codewithmarley 
Html :: pass text from input field to javascript function 
Html :: how to add space between buttons 
Html :: bootstrap change font color of text 
Html :: accept function jsf component 
Html :: use of extends in html django 
Html :: bootstrap position class 
Html :: BootStrap 4.6,BootStrap 5.2 CDN Css & JS & Bundle 
Html :: html dropdown 
Html :: html5 video player 
Html :: css change font awesome icon color 
Html :: input width autosize 
Html :: question mark html 
Html :: bootstrap 5 modal 
Html :: html input label 
Html :: text limit in html 
Html :: disable form input autocomplete 
Html :: html how to make element focusable 
Html :: css heading background line 
Html :: como cambiar la fuente de letra en html 
Html :: input type float 
Html :: html video play pause 
Html :: reload tab using meta 
Html :: bootsrap 4 6 cdn 
Html :: ps -aux | grep pid | kill 
Html :: lorem picsum 
Html :: a href to other site 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =