<style>
p {
font-size: 20px; color: green;
}
</style>
The 'p' tells it which tag you want is to change and it changes all <p> tags to look like that.
If you try to do 'a' for links it changes all of the text to that style not links. Just make sure you put the <style> tags inside the head or it will not work. That is all for today.
No comments:
Post a Comment