小编use*_*782的帖子

使用css显示<h1> <h5>内联文本

我想显示"情绪分析",这样S应该比h5文本大得多.

以下代码有什么问题:

HTML:

<h1>S</h1> <h5>entiment Analysis</h5>      
Run Code Online (Sandbox Code Playgroud)

CSS:

h1 {
    margin-left: 36%;
    color:#C0C0C0;
    font-family: "calibri";
    text-decoration:underline;
    white-space: pre;
}

h5 {
    margin-left: 36%;
    color:#C0C0C0;
    font-family: "calibri";
    text-decoration:underline;
    white-space: pre;
}
Run Code Online (Sandbox Code Playgroud)

CodePan中的实时代码

html css alignment html-heading

5
推荐指数
2
解决办法
4015
查看次数

标签 统计

alignment ×1

css ×1

html ×1

html-heading ×1