如何缩进 元素?详细示例
http://htmlpocketreference.110mb.com/taggroups.html
对于上面的网站,我该如何缩进所有代码。我不希望它与段落和标题对齐。我希望它是一级缩进。如果需要,您可以检查我的源代码,CSS 已经嵌入到 html 中。
另外,关于如何改进有什么建议吗?
(注意:我不会发布该网站,我只是练习正确设置所有格式。
http://htmlpocketreference.110mb.com/taggroups.html
For the site above, how would I indent all the code. I don't want it aligned with the paragraph and headings. I want it to be one indent level in. You can check my source if you want and the css is embedded in the html already.
Also, any suggestions on how to improve it?
(Note: I'm not publishing the site, I'm just practicing on getting all the formatting right.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
要缩进每个
块,您可以使用类似以下内容:
仅缩进每个
块的第一行,
40px 只是一个建议;您可以调整缩进宽度以满足您的视觉需求。
To indent each
<code>
block, you can use something like:To indent only the first line of each
<code>
block,40px is just a suggestion; you can adjust the indentation width to suit your visual needs.
你尝试过这样的事情吗?
Did you try something like this?
前两个答案得到了正确的方法:
另外,当您显示代码时(我希望),请尝试 SHJS。祝你好运!
The previous two answers got the methods spot-on:
Also, as you are displaying code (I hope), try SHJS. Good luck!