Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Post History

50%
+2 −2
Q&A Splitting a large HTML file into two or more HTML files without JavaScript

I am developing a modular HTML-PHP-CSS no-JavaScript (JavaScriptless) contact form and the HTML is becoming increasingly large, around 80 lines (and could easily grow to be significantly larger as ...

1 answer  ·  posted 3y ago by deleted user  ·  edited 3y ago by deleted user

#5: Post edited by (deleted user) · 2021-07-05T17:16:57Z (almost 3 years ago)
  • I am developing an HTML-PHP no-JavaScript (JavaScriptless) contact form and the HTML is becoming increasingly large, around 80 lines (and could easily grow to be significantly larger as to say 160 lines), many of which are currently very broad (due to many attributes and nesting) and require horizontal scrolling to edit, which is uncomfortable and raises the chance for typos which could break the code.
  • Is there a way to split the HTML file into several HTML files without JavaScript?
  • ## Update
  • Due to me taking a modular approach, I seek an HTML-only solution.
  • I am developing a modular HTML-PHP-CSS no-JavaScript (JavaScriptless) contact form and the HTML is becoming increasingly large, around 80 lines (and could easily grow to be significantly larger as to say 160 lines), many of which are currently very broad (due to many HTML attributes and nesting) and require horizontal scrolling to edit, which is uncomfortable and raises the chance for typos which could break the code.
  • Is there a way to split the HTML file into several HTML files without JavaScript and without PHP (an HTML-only solution)?
#4: Post edited by user avatar Alexei‭ · 2021-07-05T15:40:42Z (almost 3 years ago)
added relevant tags
#3: Post edited by (deleted user) · 2021-07-05T13:50:59Z (almost 3 years ago)
  • I am developing an HTML-PHP no-JavaScript (JavaScriptless) contact form and the HTML is becoming increasingly large, around 80 lines, many of which are very broad (due to nesting) and require horizontal scrolling to edit, which is uncomfortable and raises the chance for typos which could break the code.
  • Is there a way to split the HTML file into several HTML files without JavaScript?
  • ## Update
  • Due to me taking a modular approach, I seek an HTML-only solution.
  • I am developing an HTML-PHP no-JavaScript (JavaScriptless) contact form and the HTML is becoming increasingly large, around 80 lines (and could easily grow to be significantly larger as to say 160 lines), many of which are currently very broad (due to many attributes and nesting) and require horizontal scrolling to edit, which is uncomfortable and raises the chance for typos which could break the code.
  • Is there a way to split the HTML file into several HTML files without JavaScript?
  • ## Update
  • Due to me taking a modular approach, I seek an HTML-only solution.
#2: Post edited by (deleted user) · 2021-07-04T12:38:43Z (almost 3 years ago)
  • I am developing an HTML-PHP no-JavaScript (JavaScriptless) contact form and the HTML is becoming increasingly large, around 80 lines, many of which are very broad (due to nesting) and require horizontal scrolling to edit, which is uncomfortable and raises the chance for typos which could break the code.
  • Is there a way to split the HTML file into several HTML files without JavaScript?
  • I am developing an HTML-PHP no-JavaScript (JavaScriptless) contact form and the HTML is becoming increasingly large, around 80 lines, many of which are very broad (due to nesting) and require horizontal scrolling to edit, which is uncomfortable and raises the chance for typos which could break the code.
  • Is there a way to split the HTML file into several HTML files without JavaScript?
  • ## Update
  • Due to me taking a modular approach, I seek an HTML-only solution.
#1: Initial revision by (deleted user) · 2021-07-04T07:41:29Z (almost 3 years ago)
Splitting a large HTML file into two or more HTML files without JavaScript
I am developing an HTML-PHP no-JavaScript (JavaScriptless) contact form and the HTML is becoming increasingly large, around 80 lines, many of which are very broad (due to nesting) and require horizontal scrolling to edit, which is uncomfortable and raises the chance for typos which could break the code.

Is there a way to split the HTML file into several HTML files without JavaScript?