Home >Web Front-end >HTML Tutorial >How to write spaces in HTML

How to write spaces in HTML

高洛峰
高洛峰Original
2017-02-14 15:53:361184browse

多个空格<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> <a href="http://www.w3school.com.cn">数据录入</a>

</body>
</html>

For more articles related to how to write spaces in HTML, please pay attention to the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn