- <!DOCTYPE html>
- <html>
- <head>
- <style>
- p {
- font-size: 18px;
- font-style: oblique;
- font-weight: bold;
- }
- p,
- h1,
- h2 {
- font-family: Arial;
- }
- </style>
- </head>
- <body>
- <h1>歡迎來到好裝潢有限公司</h1>
- <ul>
- <li><a href="#aboutus">關於我們</a></li>
- <li><a href="#serve">服務</a></li>
- <li><a href="#contact">聯絡我們</a></li>
- </ul>
- <div id="aboutus">
- <h2>關於我們</h2>
- <p>我們是一家專注於提供高品質的公司。我們的產品經過精心挑選,保政府和您的需求。</p>
- </div>
- <div id="serve">
- <h2>服務</h2>
- <p>我們提供多種服務,包括裝修、家具設計和室內設計。無論您的需求是什麼,我們都能滿足您的需求</p>
- </div>
- <div id="contact">
- <h2>聯絡我們</h2>
- <p>地址:某個城市,某個街道123號</p>
- <p>電話:(123)456-7890</p>
- <p>Email:info@company.com</p>
- </div>
- </body>
- </html>
複製代碼 |