web123456

html span word count limit, css span font size span tag set font-size font size

css span font size text size setting tutorial. In several cases, use span to set the font size font-size technique, and set the font-size font size of the span tag.

DIV CSS SPAN Font Size css span tag settings css font size settings

In addition to setting the font size for the text in the label such as Li font size setting, DIV settings, etc., we will introduce the css span font size settings.

In web page layout, different font sizes are often set for span tags in different places. For example, in the entire web page, the span font size is different from the overall font size of the web page (it rarely appears); the only span font size appears once in a box object is different; the font size in the span is used for several places in a div; the font size is different for spans added with class.

1. Font size CSS attribute word

However, the font size is used in the font-size style. Whether setting the font size for div or span, it is implemented in the css font-size.

Small examples:

span{font-size:12px}

Set the font size to 12px for text in the web page using the span tag.

2. Span font size span font size example

1. Use the fonts in the span to set the unified font size for the entire web page.

span{ font-size:16px}

Just add this code to the front of the CSS code to set the font size of the span tag on the web page to 16px

2. Add the style attribute to the span directly to add the font large CSS small style

Add style in the span tag to set the font-size font size to 20px

Use the style attribute directly in the span tag and set the font-size CSS attribute to set the font size to 20px

3. Set different font sizes for one of the spans that appear multiple times in a div

CSS code:

{ font-size:24px}

I'm inside class=aa, the font size is set to 14px,

My div is in the span but the font size is 16px, because the font size is set to 16px in front of the span.

If 16px is not set uniformly for span initialization in the previous section, the font size is 14px.

For font size 16px in span

I'm inside span but class=bbb so the font size is 20px