31 lines
1.4 KiB
Markdown
31 lines
1.4 KiB
Markdown
# HTML Files Combination Documentation
|
|
|
|
## Overview
|
|
This document describes the combination of multiple HTML files into the main thesis document.
|
|
|
|
## What Was Done
|
|
Content from two additional HTML files was inserted into the main thesis document:
|
|
- `/Thesis materials/deepseek_html_20260128_0dc71d.html`
|
|
- `/Thesis materials/deepseek_html_20260128_15ee7a.html`
|
|
|
|
These were inserted into:
|
|
- `/Thesis materials/Thesis_ Intelligent School Schedule Management System.html`
|
|
|
|
## Files Combined
|
|
1. **Main File**: `Thesis_ Intelligent School Schedule Management System.html` (original)
|
|
2. **Added Content 1**: `deepseek_html_20260128_0dc71d.html` (added as "Additional Content Section 1")
|
|
3. **Added Content 2**: `deepseek_html_20260128_15ee7a.html` (added as "Additional Content Section 2")
|
|
|
|
## How It Was Done
|
|
- Removed HTML structure (doctype, html, head, body tags) from the additional files
|
|
- Added both contents to the main file before the closing `</body>` tag
|
|
- Wrapped each addition in a styled section with descriptive headings
|
|
- Applied consistent styling to match the main document theme
|
|
|
|
## Styling Added
|
|
- Each section has a gray border with rounded corners
|
|
- Distinct headings with blue underline for visual separation
|
|
- Appropriate margins and padding for readability
|
|
|
|
## Result
|
|
The main HTML document now contains all three files' content in a unified format, with clear visual separation between the original content and the added sections. |