Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8860761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T15:19:53+00:00 2026-06-14T15:19:53+00:00

I am developing a static website using HTML/CSS. I have 7 pages in my

  • 0

I am developing a static website using HTML/CSS. I have 7 pages in my website and each page has the exact same header content. Is there some sort of import/include capability in HTML?

Here is an example of the kind of thing I would be looking for (note I completely made up the syntax):

[Source (header.html)]

<html>
    <head><title>Source Page</title></head>
    <body>
        <div id="myheader">Hello, World!</div>
    <body>
</html>   

[Page That Imports From Source]

<html>
    <head><title>My Title</title></head>
    <body>
        <div import="id:myheader;source:url('header.html');"/>
    <body>
</html>

Thank you!

Jan

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T15:19:54+00:00Added an answer on June 14, 2026 at 3:19 pm

    Not as such, no. There are several options, in order of accessibility and ease of use:

    1. Server-side includes (assuming your static file server supports them – most do).
    2. iframes
    3. Single Page Application style (requires JavaScript).
    4. framesets (Legacy, avoid if possible).

    Examples

    SSI

    <!--#include virtual="header.html" -->
    

    iframes

    <!-- Assuming HTML5 -->
    <iframe src="header.html" seamless></iframe>
    

    Javascript

    <script>
    // We have a magic ajax function
    ajax("header.html", function(data) {
        document.getElementById("header").innerHTML = data;
    });
    </script>
    

    framesets

    Just don’t 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a website that has some audio courses, each course can have multiple
I am developing a travels related website using cakephp. I have to put some
In Eclipse, static html project: Developing Chrome extension, it would be nice to have
I am developing a website using PHP and MySQL I used XML for static
I'm developing a website, I'm using gzip.exe to pre-compress css and js files (it's
I am developing a website, and using a traditional technique of CSS-only dropdown-menu, but
I am developing a website using Django as the backend, and I want to
I am developing an asp.net website using typed dataset as DAL , everything works
I am using Django for developing a website and I want to allow my
I'm developing a website using ASP.NET MVC. The website should handle multiple languages. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.