Web Design Tutorials and Articles

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Tuesday, April 7, 2009

XHTML Tags and Attributes

XHTML Basics - Part 4 Introduction This is the fourth part of my series, XHTML Basics. In this part of the series, we look at XHTML tags in more details. Single Tag Elements and Double Tag Elements An element is made up of either a single tag or a pair of tags. When it is of a double tag, content goes in between (the tags). We have seen examples of these in the previous parts of the series. Typing Tags When you have a Double Tag Element to type, you can type the pair of tags on one line in your... Sign in to see full entry.

XHTML Elements

XHTML Basics - Part 3 Introduction This is part 3 of my series, XHTML Basics. Remember: you can try all the code in this series. In this part of the series, I treat important XHTML elements. Let us start straight away. Headings As you write a document, the document has headings. You can have a main heading, which is like the title of the page; within the page you would have sub headings. The thing to note here is that headings are of different sizes. There are six XHTML elements for this. The... Sign in to see full entry.

XHTML Elements for Beginners

XHTML Basics - Part 2 Introduction This is the second part of my series, XHTML Basics. In this part of the series, I explain what XHTML elements are and how you code (type) them. Elements are tags and their contents, as we shall see below. Two main Sections There are two main sections of an XHTML documents. The first section is the Head, and the second section is the Body. Let us look at the simple XHTML web page again. Here is the code: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html... Sign in to see full entry.

Getting Started with XHTML

XHTML Basics - Part 1 Introduction This is the first part of my series, XHTML Basics. In this part of the series I introduce you to XHTML. I assume that you have no previous knowledge in computer programming. XHTML stands for Extensible HyperText Markup Language. Do not worry much about this vocabulary for now. In these articles there will be code samples that you can try. At the end of this part of the series you will see how to test or try code. Who needs to learn XHTML? If you are good in... Sign in to see full entry.

Monday, April 6, 2009

What Programming Language to start with

Starting Programming What Programming language to start with? Good Question. For the past twenty years programmers have not suffered from unemployment as professionals in other fields of work. When you master programming, you can enjoy it; also it is rewarding financially. This article is for anybody who is computer literate (knows how to use the computer). Preamble Programming fundamentally involves logic. In the strict sense programming does not involve serious mathematics as you may be... Sign in to see full entry.

Headlines (What is this?)