HTML is a short acronym for HyperText Markup Language. The language consists of tags surrounded by angle brackets and can effect the way a person sees a website. It can be used in scripting languages like cgi, php, and javascript to person any number of actions. Example of a tag: <head>. A basic page consists
[Continue Reading...]tutorial
How To Make A Vector Flower
This tutorial is designed to help you get an idea how to vector. For this tutorial, the photo to the bottom of this article will be the one that will be referenced throughout the tutorial. The same techniques can be used for other pictures and even freehand vector images. Although I am going to be
[Continue Reading...]Tutorial: CSS Rounded Corners
In the past, getting rounded corners meant you had to create a rounded rectangle, splice up the image, and then code it with HTML and CSS. A couple years ago, developers came up with a rounded corners attribute in CSS. It is called the border-radius. This CSS trick does not currently work in Internet Explorer.
[Continue Reading...]Basic HTML: Using The Anchor Tag For A Page Jump
The page jump is a simple HTML trick that involves the anchor tag and a little naming. The page jump allows visitors to click and jump to a different part of a page. This is a great trick to use in FAQ type pages, especially if the list is quite long. 1. Create your hyperlink
[Continue Reading...]How To Make Your Own Emoticons And Smileys
Making your own emoticons (smilies) involves using your creativity. However, in this lesson, you are going to be give a zip file filled with the basic smilies that I use for mine which I like to say are considered cute anime smiley templates. They are only the eyes and mouth and whatever comes with it,
[Continue Reading...]Basic HTML: Explaining the PRE tag
The PRE tag, or <pre> is short for preformatting. It is a way to space your text the way you like, especially for those who like to do poetry with some fancy spacing. The PRE tag allows you to leave your text exactly how you typed it, including the spaces. The PRE tag requires an
[Continue Reading...]