CSS
- cascading style sheets
Improve the normal HTML style.
- Tags can be styled. Example:
<style>
h1 { color:red }
</style>
Have a look at:
https://www.w3schools.com/html/html_css.asp
But a style creates good and consistent looking page and complete sites. This is not easy for a programmer. :-)