0
HTML files
Hello ! Does anyone know how to create several html files for one project? Thanks
17 Antworten
+ 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>
+ 4
u can't do this from this App
+ 3
If u use other program
from file list
choose new file
then put the name.html or css
+ 2
u wanna create several pages using this App or other programs like notepad++
+ 2
Show this link
https://catswhocode.com/online-code-editor/
+ 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.
+ 1
I am trying with both
+ 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>
+ 1
Thank you so much !!
+ 1
you're welcome
+ 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>
+ 1
Pls,can linking different pages be done here??
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!
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.
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/
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,
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