I’m having an issue with font size. Could anyone help me figure out why I’m getting the error?
Could you copy paste your code to the forum? So i can run it, take one of the following to steps to ensure the code becomes visible:
if this instructions are unclear, you can also insert 3 backticks before and after your code, like so:
```
<p>visible</p>
```
the backtick is located above the tab key on your keyboard
```
<!DOCTYPE html>
<html>
<head>
<title>First font size change</title>
</head>
<body>
<p style="font-size: 10px"> 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>
```
I opened in another browser and it works perfectly. Thanks for the suggestion (on other thread).
Hi ,
Can some one help me with the exercise regarding the use of style attribute .Here is my code. It seems perfectly alright but doesnt work
Thank you .
Some text for you to make tiny!
Some text for you to make normal size!
Some text for you to make super big!
and end it with px (short for "pixels"). For example:Instructions On line 7, make the text size 10px. On line 8, make the text size 20px. On line 9, make the text size 40px. If you're having trouble with font sizes, reset your browser's zoom by pressing Cmd-0 or Ctrl-0.
?
Stuck? Get a hint!
Make sure you do not nest your
tags incorrectly. Your code will not work if you type something like this:
<p or
if you edit/update your question, leave a reply so i get a notification. Your code is not visible, take the following steps to make your code visible:
select your code and press ctrl + k (or cmd + k if you use a mac)
if this instructions are unclear, you can also insert 3 backticks before and after your code, like so:
```
<p>visible</p>
```
the backtick is located above the tab key on your keyboard
Hi,
@naman05 ChexkCheck your browsers zoom and make sure it’s on 100% also check minimum font size setting…
If you have an error or need help create a +New topic with code, error and lesson