当前位置:Gxlcms > html代码 > HTML的空格写法

HTML的空格写法

时间:2021-07-01 10:21:17 帮助过:16人阅读

多个空格<span style="width:50px;"></span>
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<%
String username=(String)session.getAttribute("username");

%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OA系统用户数据</title>

</head>
<body>
<a href="http://www.w3school.com.cn">数据检索</a>&nbsp;<a href="http://www.w3school.com.cn">数据录入</a>

</body>
</html>

更多HTML的空格写法相关文章请关注PHP中文网!

人气教程排行