如何在所有页面上制作导航栏?

时间:2019-09-23 16:33:35

标签: navbar

我会使用php include吗?为了做到这一点,我的文件必须上传到虚拟主机吗?因为它是服务器端语言?

我之前尝试过php include但它不起作用(下面是navbar.php 文件)

enter code here
<nav>
        <ul>
            <li>
                <a href="index.html">Home</a>
            </li>
            <li>
                <a href="aboutme.html">About me</a>
            </li>
            <li>
                <a href="contactme.html">Contact me</a>
            </li>
        </ul>
    </nav>

任何东西都会帮助

谢谢

enter code here

<!DOCTYPE html>
<html>
<head>< ?php include 'aboutme.php'; ?></head>
<body>get it now</body>
< ?php include 'aboutme.php';

0 个答案:

没有答案