The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> HREF tags in HTML5
Volactic
post Feb 2 2016, 07:16 PM
Post #1





Group: Members
Posts: 1
Joined: 2-February 16
Member No.: 23,953



So I am having trouble with my HTML tags. So I will explain.

Imagine this.


1. You have a folder called Website.
2. Inside that folder you have index.html and a folder called file
3. Inside the file folder you have a file called page1.html
4. Inside of page.html you have this code \/

<!DOCTYPE html>

<html lang="en">

<head>
<title>Page1</title>
</head>

<body>

<a href="index.html">Home</a>
<a href="page1.html">Page1</a>

</body>

</html>



5. Inside index.html you have this code \/
<!DOCTYPE html>

<html lang="en">

<head>
<title>Website</title>
</head>

<body>

<a href="index.html">Home</a>
<a href="page1.html">Page1</a>

</body>

</html>



6. And I wont to be able to go back and forth between the 2 pages by clicking on the links. Dose anyone know how to do that? If you do, lease tell me.

This post has been edited by Volactic: Feb 2 2016, 07:20 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 18th May 2024 - 10:39 AM