Jan Leow's Press Blog


web

Web site creation tips

Making your own website that works? Here is some tips from web design experts. I came across this while reading the Entrepreuner.com April 2007 magazine about designing a good website titled “The Right Stuff” by Melissa Campanelli. The article provided ten tips about creating a good website.

HTML Lesson 4: text alignment

The default text alignment for content in a paragraph is left side. Sometimes you may want to make the text align to the right or in the center. To make the text align to the left or right you include the align attribute to the paragraph tag. Example, align to left:

HTML Lesson 3: text formatting

When writing your content for your website, you may want to format your text to emphasize a point and make it stand out from the rest of the content. This is easily done by using the bold tag, italics tag and underline tag.