How to change font size in html

coldplay.xixi
Release: 2021-04-27 15:07:38
Original
21830 people have browsed it

htmlHow to change the font size: 1. Add text in the body tag and set the css style; 2. Use the "font-size" attribute to set the font size. At this time, the "demo text" font will change big.

How to change font size in html

The operating environment of this tutorial: windows7 system, html5 version, DELL G3 computer.

How to change the font size of html:

1. Create a new html file and add text in the body tag. Here, take the p tag content as "demo text" as an example. , then the web page will display the default font size and color:

How to change font size in html

2. Add the style tag to the head tag to set the css style for the page, select the p tag, and use the font size is the "font-size" attribute, the attribute value is the font size, here is "30px" as an example, then the "demo text" font will become larger:

How to change font size in html

Related learning recommendations: html video tutorial

The above is the detailed content of How to change font size in html. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!