Social Networking/E-Commerce Web Design & Development

rss

PHP / mySQL / xml / xHTML / CSS / DOM - By Dennis Plucinik

How to write HTML - Part 2

In part 1 I tried to explain the basics of HTML. Now, I will go into a little more detail.First things first. Let's look at some code. I want to explain the different parts of a standard HTML page. Every complete web page needs the following elements: - html - head - body Each element must be enclosed in the right tags for that element (a tag is a way to describe the ...

How to write HTML - Part 1

Recently a co-worker has been interested in learning a little bit of HTML. He's very insightful in realizing the huge value you get for investing a little time. Honestly there's really only a little bit you need to learn in order to have a pretty good understanding of HTML. I always tell people, "I could teach you in 5 minutes - it's simple." I'm going to give you ...

Continue