HTML files | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

HTML files

Hello ! Does anyone know how to create several html files for one project? Thanks

23rd Mar 2020, 12:08 PM
Aldja KATEB
17 Answers
+ 2
Create the pages as you like and then use <a> to move between them by placing <a> inside <button> and specify inside <a> if you want to open the link on the same page or in a new page by using the target feature inside <a>
23rd Mar 2020, 12:13 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 4
u can't do this from this App
23rd Mar 2020, 12:27 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 3
If u use other program from file list choose new file then put the name.html or css
23rd Mar 2020, 12:26 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 2
u wanna create several pages using this App or other programs like notepad++
23rd Mar 2020, 12:23 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
23rd Mar 2020, 12:34 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
Thanks a lot but can you tell me how to create several pages? When I want to create a new html/css project, there is only one html page and I would like to create several pages.
23rd Mar 2020, 12:20 PM
Aldja KATEB
+ 1
I am trying with both
23rd Mar 2020, 12:24 PM
Aldja KATEB
+ 1
u can use online editors for coding and after finishing your project use the tag iframe to show your website here like this <iframe src ="website link" width="100%" height="100%"> </iframe>
23rd Mar 2020, 12:30 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
Thank you so much !!
23rd Mar 2020, 12:34 PM
Aldja KATEB
+ 1
you're welcome
23rd Mar 2020, 12:34 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
Just use links for you to able to connect different files toward each other. From your main page eg. <a href="newpage.html">link</a>
25th Mar 2020, 2:40 AM
Albert Dazma
+ 1
Pls,can linking different pages be done here??
17th Apr 2023, 4:48 PM
Abdulazeez
Abdulazeez - avatar
0
Can someone tell to me, how to make a button with querySelector, I am a begginer and I don't know how to do it!
24th Mar 2020, 8:50 AM
Daniel Silva
Daniel Silva - avatar
0
I would suggest you that use a page layouts or partials you can Google it, it mean you don't have to create pages over and over again just create main parts of page keep it static others will be inherited to main pages.
24th Mar 2020, 10:35 PM
Saidvalikhuja Baykhujaev
Saidvalikhuja Baykhujaev - avatar
0
Daniel Silva, 1st of all my suggestion is if you want to be a good programmer keep Google because there is already has a answer for beginners. https://api.jquery.com/button-selector/
24th Mar 2020, 10:43 PM
Saidvalikhuja Baykhujaev
Saidvalikhuja Baykhujaev - avatar
0
If you save them all in the same computer folder, then link them under the href attribute of the <a> tag. You can do this under the nav element in the header. Looking for a professional looking navbar menu, there are a few great ones at www.w3schools.com - they have a lot of copyable HTML, CSS and JS content for websites that you can use royalty free,
18th Apr 2020, 8:20 PM
Isaac Whitaker
Isaac Whitaker - avatar
0
How to merge HTML file Open a browser in HTML free application web site and go to the Merger tool. Click inside the file drop area to upload HTML files or drag & drop HTML files. Click the 'MERGE' button to start merging files. Instantly download view or send the merged file as an email. Regards, Will
17th Jan 2023, 8:37 AM
william joe
william joe - avatar