The basic part of Web technology is HTML. But what is HTML? Well, my friends, HTML stands for Hyper Text Markup Language, and is, like the name says, a markup language. Using HTML we are able easely and nice to create Web pages. I won't talk much theory, let's get practical.To describe elements, HTML languages uses tags. You do not need to memorize HTML tags, but it will be useful for you to asimilate some basic knowledge. Every HTML element must be placed between those tags. To understand you easyer for example to describe a web page we put all content of a website between and tags. Also a HTML page will have a title placed between and tags. The content (body) of a web page will be placed between and tags. |