|
HTML Web Design is the predominant markup language for the creation of web pages. It is the main code used in almost every website you visit on the web. It is very effective but not as efficient as a content management system(CMS). Repairs and revisions take considerably longer for HTML based sites. It provides a means to describe the structure of text-based information in a document — by denoting certain text as headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of labels (known as tags), surrounded by less-than (<) and greater-than signs (>). HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code which can affect the behavior of web browsers and other HTML processors. |