How can increase fonte size | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

How can increase fonte size

Html

26th Oct 2022, 5:47 PM
Cyber Ninja
Cyber Ninja - avatar
7 Answers
+ 1
could you clarify your question?
26th Oct 2022, 9:54 PM
Apollo-Roboto
Apollo-Roboto - avatar
0
How to change different font styles
26th Oct 2022, 10:15 PM
Cyber Ninja
Cyber Ninja - avatar
0
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p style=font-size:100px;>My first paragraph.</p> </body> </html>
28th Oct 2022, 3:59 AM
jyothi
jyothi - avatar
0
Use the header which is h1 or h2, h3 and so on As the number goes, so does the size
28th Oct 2022, 6:59 AM
Thompson Favour
Thompson Favour - avatar
0
Thompson Favour I'd recomend not to use different headers for different sizes, that would mess with the document structure. font size or font style are purely for looks and should be handled with css.
29th Oct 2022, 8:38 PM
Apollo-Roboto
Apollo-Roboto - avatar
- 1
This is done using css example: <p style="font-size: 25px;">Hello World<p>
26th Oct 2022, 6:16 PM
Apollo-Roboto
Apollo-Roboto - avatar
- 2
Wat of the font style
26th Oct 2022, 8:29 PM
Cyber Ninja
Cyber Ninja - avatar