HTML语言为什么文字会竖着显示呢,怎么让它横着显示啊
<!--$Revision:1.2$--><html><title>PID远程水位控制</title><head><metahttp-equiv="X-UA-Compat...
<!-- $Revision: 1.2 $ -->
<html>
<title>PID远程水位控制</title>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
</head>
<body bgcolor="#FFFFFF">
<form action="/cgi-bin/matweb.exe" method="POST" target="outputwindow">
<input type="hidden" name="mlmfile" value="webpeaks"><p>
<center>
<h3 style="font-size:50px; color:blue">PID远程水位控制</h3>
<img src="/shuiwei.gif" style="height:250px;width:500px"><br>
<h2 style="font-size:30px; color:blue">被控对象传递函数:G(s)=50/(0.125s<sup>2</sup>+7s)</h2>
<table border=0>
<tr>
<br>
<br>
请输入PID校正参数:
<p style="color:red">Kp:</p><input type="text" style="height:40px; font-size:22px;" size="8" name="KP" maxlength="5" >
<p style="color:red">Kd:</p><input type="text" style="height:40px; font-size:22px;" size="8" name="KD" maxlength="5" >
<p style="color:red">Ki:</p><input type="text" style="height:40px; font-size:22px;" size="8" name="KI" maxlength="5" >
</td>
</tr>
</table>
<p>
<input type="submit" value="PID控制" style="height:40px;width:80px">
<p>
</center>
</form>
</body>
</html> 展开
<html>
<title>PID远程水位控制</title>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
</head>
<body bgcolor="#FFFFFF">
<form action="/cgi-bin/matweb.exe" method="POST" target="outputwindow">
<input type="hidden" name="mlmfile" value="webpeaks"><p>
<center>
<h3 style="font-size:50px; color:blue">PID远程水位控制</h3>
<img src="/shuiwei.gif" style="height:250px;width:500px"><br>
<h2 style="font-size:30px; color:blue">被控对象传递函数:G(s)=50/(0.125s<sup>2</sup>+7s)</h2>
<table border=0>
<tr>
<br>
<br>
请输入PID校正参数:
<p style="color:red">Kp:</p><input type="text" style="height:40px; font-size:22px;" size="8" name="KP" maxlength="5" >
<p style="color:red">Kd:</p><input type="text" style="height:40px; font-size:22px;" size="8" name="KD" maxlength="5" >
<p style="color:red">Ki:</p><input type="text" style="height:40px; font-size:22px;" size="8" name="KI" maxlength="5" >
</td>
</tr>
</table>
<p>
<input type="submit" value="PID控制" style="height:40px;width:80px">
<p>
</center>
</form>
</body>
</html> 展开
5个回答
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
展开全部
语法:writing-mode:lr-tb或writing-mode:tb-rl
参数:
1、lr-tb:从左向右,从上往下
2、tb-rl:从上往下,从右向左
1
2
3
4
5
6
<style>
body{text-align:center}
.shuli{ margin:0 auto;width:20px;line-height:24px;border:1px solid #333}
</style>
<div class="shuli">
我是竖列排版</div>
HTML超文本标记语言,标准通用标记语言下的一个应用。“超文本”就是指页面内可以包含图片、链接,甚至音乐、程序等非文字元素。超文本标记语言的结构包括“头”部分(英语:Head)、和“主体”部分(英语:Body),其中“头”部提供关于网页的信息,“主体”部分提供网页的具体内容。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
设置标签的宽度 width:100% 试试
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
语法:writing-mode:lr-tb或writing-mode:tb-rl
参数:
1、lr-tb:从左向右,从上往下
2、tb-rl:从上往下,从右向左
<style>
body{text-align:center}
.shuli{ margin:0 auto;width:20px;line-height:24px;border:1px solid #333}
</style>
<div class="shuli">我是竖列排版</div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你是不是用了无序列表标签的。在CSS属性里面写上float:left
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |