PHP:打印html标题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP:打印html标题相关的知识,希望对你有一定的参考价值。
function print_header( $title ) { echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\"><html lang=\"de\"><head><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" /><title>" . $title . "</title><link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\"><link rel=\"stylesheet\" type=\"text/css\" href=\"corax.css\"></head><body>"; };
以上是关于PHP:打印html标题的主要内容,如果未能解决你的问题,请参考以下文章