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 ...


