How do I change font/colour in HTML?
how do i change font and colours
Make sure you're putting plenty of detail in your posts - I edited your subject line so users know how they can best help you.
You can go to the CSS file and put:
h2, h1 {
color: whatever color;
}
@eliasciur thank you so much i have been trying to figure this out for ages.
@007082590 zzzzzzzzzznp if you find it was helpful please leave a upvote it helps a lot :). Also if you have any other issues feel free to ask me.
Please mark my comment as the answer if it was what you were looking for, helps a lot! :)
You can also do a easier version which is <font color"color">Text Here
I know something that can help you. I have been using an application with all kinds of fonts of different sizes and different designs for a long time. However, it is much more convenient when you want to distinguish your work somehow and choose something more unique. It is always more pleasant to read something enjoyable to the eye. To be honest, I like the most Nike font because it gives a richer look and I found about it on https://upfonts.com/nike-font.
You can use the
font-family
and thecolor
attributes in your css file or<style>
tag