0
Can anyone help me out in making a 1+4 format website using HTML?
1 home page and 4 connecting pages.
7 Answers
+ 11
i think this will help you https://code.sololearn.com/W2aXF9GvCrGi/?ref=app
+ 5
@Arijeet Paul You need the file name e.g. example.html.
Also all of the webpages need to be in the same folder.
+ 4
You'll need a navigation bar:
e.g.
<nav>
<ul>
<li><a href="_____">home</a</li>
<li><a href="_____">page1</a></li>
<li><a href="_____">page2</a></li>
<li><a href="_____">page3</a></li>
<li><a href="_____">page4</a></li>
</ul>
</nav>
+ 2
Sounds like meaning: << Can any one do my 5 pages website for free? >> :P
Start by yourself, learning basics of html then css, begin some coding by yourself, and ask for specific help when needed, instead of asking for whole project help ^^
+ 1
Thank you people :)
0
I know basic HTML. But I don't know how to link them up. I mean that hyperlink part.
0
@Terminator It will not đđđ€