Get the latest Flash player.
Summary: How to resize text in an HTML document; learn how to build your own website in this free computer programming video.
Views: 1,153 | Tags: computer, digital, vidoes, computers, programs, html, programming, code, coding
About the Expert
Dorian Winterfeld Dorian Winterfeld has a Bachelor of Science Degree in Computer Science and has general web and database programming primarily in Perl and SQL on Windows and U... read more
Hi, I'm Dorian Winterfield on behalf of Expert Village. I have been doing web programming for about ten years. Today we are going to cover the basics of HTML. Let's say , we also want to make the text bigger. Well, there is a tag called "big". Now, you can see that you can nest tags. Meaning I can put one HTML tag inside of another tag. So now I can put both inside of "big". Let's see how that looks. It is a little bigger. It is not a whole lot bigger. Let's try it big, big. Let's see how that looks. Save. Refresh. AHA! That's bigger. Now, there are other tags that will affect the font. Control all kinds of things about the font. There is a lot that you can read about different ways to affect font size and the font style and color. But we are not going to go into that today.