Toggle

Tagged "html"

Open
Linking 101 – How to Create a Hyperlink

Creating links is quite easy and always necessary. This series is for those that know how to click on a link but don’t quite get the mechanics behind the link itself. If you’re new to blogging, there are some fundamental HTML elements you should know and this week I thought hyperlinks should be top on that list.

Posted In: HTML Tips, Recent Posts
Comments No Comments
Open
Removing the Ugly Blue Border Around Images

We’ve all been in this position where we want to show our images yet when hyperlinked, we end up with ugly borders…remove the borders…

Posted In: HTML Tips
Comments 1 Comment
Open
Understanding Web Page Title Tags

Again, my friend Kyle Reddoch brings us another great web design tip. This is actually a 3 part series, but I’m going to include them all in this post for your convenience.

Posted In: Web Design
Comments No Comments
Open
Web page headings using HTML tags

Here’s another tip from my friend Kyle Reddoch on the importance of headings and how best to use them for SEO purposes…

Posted In: Web Design
Comments No Comments
Open
Three Methods of Using CSS in your HTML Website

A CSS or “Cascading Style Sheet” file allows you to separate your websites content from it’s style or appearance. While you would create the layout of your websites content using your (X)HTML file, the CSS stylesheet would control the way in which that content appears (fonts, colours, borders, backgrounds, margins, etc.).

Posted In: Web Design
Comments 10 Comments