在此专栏中尝试加粗

时间:2015-08-06 22:09:19

标签: html html5

我正在尝试将此列中的标题设置为粗体,我是否可以尝试将样式指定为粗体,它只是消失了,无论如何我都可以在此列中执行此操作。

[column parallax_bg="disabled" parallax_bg_inertia="-0.2" 
extended="false"extended_padding="true" background_color=""
background_image="" background_repeat="" background_position="
background_size="auto" background_attachment="" hide_bg_lowres="false" 
background_video="" vertical_padding_top="0" vertical_padding_bottom="0" 
more_link="" more_text="" left_border="transparent" class="" id="" title="We 
are based in Oakville, Ontario" title_type="single" animation="none" 
width="1/1" last="true"]

3 个答案:

答案 0 :(得分:0)

如果您的意思是在列中加粗文字,可以尝试:

#column {
font-weight:bold;
}

其中#column是html中指定的列的id。

答案 1 :(得分:0)

在世界各地的html中你想要大胆,但是

<b>.......</b>

这些标签之间的世界将是粗体。

答案 2 :(得分:0)

您可以尝试加粗文字。

<strong>We are based in Oakville, Ontario</strong>

这是工作小提琴:http://jsfiddle.net/xjeqmsbr/