<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
font size<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
```Replace this line with your code.
<do not remove the three backticks above>
<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
font size<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
```Replace this line with your code.
<do not remove the three backticks above>
please post your code + error message, the url will take everyone to there own exercises loaded with there own code
sir you can visit my link below
yes, i can. But then i get my own code. You need to copy paste your code to the forum, otherwise i can’t help you
the link (url) is the same for everyone, it checks for username (probably user_id) and then loads the code of that user.
<!DOCTYPE html>
<html>
<head>
<title>First font size change</title>
</head>
<body>
<p style="font size: 90px">Some text for you to make tiny!</p>
<p style="font size: 20px">Some text for you to make normal size!</p>
<p style="font size: 40px">Some text for you to make super big!</p>
</body>
</html>
the first paragraph should have a font-size of 10px, not 90px. Also, the property is called font-size
, in your case the hyphen (-
) is missing
thanks a lot sir…for helping me!!!