How to write spaces in HTML

高洛峰
Release: 2017-02-14 15:53:36
Original
1139 people have browsed it

多个空格<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>
Copy after login

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template