Text Properties

One of the most important aspects of web design is making sure that the text on your website is wasy to read and is vissually appealing to anyone looking at your website. There are many different text properties that you can use to customise the look of your text and make it more engaging for your audience. Some of the most common text properties include font family, font size, text alignmet, and text color.

Font Family

The font family property allows you to change the shape and style of your text. This is the same thing as changing the font of your text in something like Microsoft Word or google docs. There are many different font families that you can choose from, each with a different feel and look that you can use to fit in with the website you created and give your website a vibe to your liking.

Examples of Font Families on coding page:

(For example purposes the set location being changed is h1. This changes depending on the area you want to style)

Examples of Font Families on webpage:

Font Size

The font size property allows you to change the size of your text. This is important because you want to make sure that your text is large enough to be easily read, but not so large that it overwhelms the rest of your website. You can use different font sizes for different sections of your website to make it more visually appealing.

Examples of Font Sizes on coding page

(For example purposes the set location being changed is h1. This changes depending on the area you want to style)

Examples of Font Sizes on webpage

Text Alignment

The text alignment property allows you to change the alignment of your text to where ever you want it to be on the page. This is important because you want to make sure that your text is aligned in a way that is visually appealing and easy to read. You can use different text alignments for different sections. It is also very good for putting text around things like images.

Examples of Text Alignment on coding page

(For example purposes the set location being changed is h1. This changes depending on the area you want to style)

Examples of Text Alignment on webpage

Text Color

Lastly the text color property allows you to change the color of your text. This is important because you want to make sure that your text is a color that is easy to read and also fits in with the overall design of your website.

Examples of Text Color on coding page

(For example purposes the set location being changed is h1. This changes depending on the area you want to style)

Examples of Text Color on webpage