如何减少html源代码中标题文本和普通文本之间的空间 [英] how to reduce space between heading text and normal text in html source code

查看:66
本文介绍了如何减少html源代码中标题文本和普通文本之间的空间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个表单,我希望减少标题文本和普通文本之间的空间,假设我的示例如下





打印文件



您可以随时随地打印任何商店。



我想减少打印文件和下面行之间的空间,所以该怎么做我是这个平台的新手。所以请给我一些建议。

谢谢。

MK。

解决方案

代码标题及其中的内容方式



< div> 
< h1> Printfile < / h1 >

您可以将文件打印到任何商店。
< / div >


 <   div  >  
< h3 style = margin-bottom:30px; > Printfile < / h3 >

you可以打印任何文件去任何商店。
< / div >


i have a form and i want to reduce space between heading text and normal text suppose my example below


PRINTING FILE

you can print anywhere docucment go to any shop.

i want to reduce space bteween printing file and below line so how to do i am new for this platform. so plz give me suggetion.
thanks.
MK.

解决方案

Code header and the content in this way

<div>           
<h1>Printfile</h1>       
                 
you can print anywhere docucment go to any shop.         
</div>


<div>         
<h3 style="margin-bottom:30px;">Printfile</h3>
                 
you can print anywhere docucment go to any shop.         
</div>


这篇关于如何减少html源代码中标题文本和普通文本之间的空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆