Learning HTML- Part I
Friday, June 24th, 2011HTML, which stands for Hyper-Text Markup Language, is a scripting language used for designing web pages. Its first version known as HTML Tags was made public in 1991.
The basic structure of HTML consists of elements known as tags. These tags are enclosed in angle brackets (e.g. <html>) which form the code of the web page.
(more…)
