html - 我怎样才能在html上对齐这种段落

标签 html css alignment

我如何使用 css 来做到这一点。

enter image description here

这将是标签:

<p>₱8500</p>

最佳答案

您可以使用 html <sup></sup>标签来获得这种效果。

<sub>987</sub>abc<sup>123</sup>

关于html - 我怎样才能在html上对齐这种段落,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49046230/

相关文章:

javascript - 弹出打印在 android 和 ipad 中不起作用

php - 基于 CSS 类动态填充 Javascript 数组?

html - 如何在 div 中对齐这两个按钮?

c++ - std::align 和 std::aligned_storage 用于内存块的对齐分配

html - 在表中的 IE8 中显示多个表单提交按钮内联同一行

PHP 防止 F5 重新提交 |不带重定向

css - 如何修复我的搜索栏和按钮,同时重新调整我的右侧菜单?

html - 如何水平居中元素?

javascript - 在网页表格中显示javascript变量的值

javascript - contenteditable div 退格和删除文本节点问题