Nicholas Armstrong

HTML Images Syntax

If you ever need to add an image into your website, the first step is to find the image that you want and download it. The next step is to use the <img> tag and link your image into it. It's not super difficult to do it, which is always a great thing.

CSS Text Color

Text color is something that can enhance the design and overall look of a website when used correctly. There is only one step into changing the color of type. That step is that you go into CSS and type the following: color:....... and you color goes here. if you are doing it into HTML, you need to do the following: <... style="color:..........;">........text here<...>. Just make sure that you are thinking about the client in this situation because they may want something different than what you have in mind.

CSS background

Backgrounds can take your website from good, to great if you are wise with what you choose. Firstly, it has to make sense with the rest of the content that you are putting into the website. There is more than one property for backgrounds. They are as followed: background-color, background-image, background-repeat, background-attachment, background-position, background. It all just depends on what you are trying to achieve and how you want it to look.