I have HTML code that I want to split up text sizes (Title is bigger than content underneath). Can anyone lend a hand as to how to add it in to what I already have? Here's what I have:
Thanks! Since no one responded right away, I actually figured it out on http://www.w3schools.com/html/default.asp. I simply used <font size='3'></font>, ('3' being whatever size you want). I was searching js, prior, at the end of the day (which is why I couldn't figure it out, haha). It looks like this:
I have attached a link to that explains how CSS is used to style HTML elements. It describes how you can change the text, color, boxes and text size and much more!
Thanks! Since no one responded right away, I actually figured it out on http://www.w3schools.com/html/default.asp. I simply used <font size='3'></font>, ('3' being whatever size you want). I was searching js, prior, at the end of the day (which is why I couldn't figure it out, haha). It looks like this: