We're going to use the <small> tag to make writing smaller like this
- write something you want to make smaller
I used to be small
- write this round it:
I used to be <small>small</small>
- save the code and open the page in a browser
you'll see this:
I used to be small
We can also make writing bigger like this, by using the <big> tag
- go back into the code and change it to this:
I used to be <small>small</small> but now I'm <big>bigger</big>
- save the code and open the page in a browser
you'll see this:
I used to be small but now I'm bigger
more tutorials to try
you might like to try these tutorials too: