- 3
How can increase fonte size
Html
7 Antworten
+ 1
could you clarify your question?
0
How to change different font styles
0
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p style=font-size:100px;>My first paragraph.</p>
</body>
</html>
0
Use the header which is h1 or h2, h3 and so on
As the number goes, so does the size
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.
- 1
This is done using css
example:
<p style="font-size: 25px;">Hello World<p>
- 2
Wat of the font style