HTML stands for hyper-text markup language and is a popular language to create websites with. Think of HTML as another language, just like English or Spanish, which tells the computer how to show and render the website you created.
Although there are alot of other languages the computer understands, most people use HTML since it is more popular (think of the popularity of the English language around the world).
hyper text marketing language
in HTML <h2> stands for heading 2
HTML stands 4 "Hypertext Markup Language".It is actually set of markup tags that are used 2 create web pages.
HTML stands for "hyper-text markup language".
Hypertext Markup Language
Paragraph.
Horizontal Rule
It stands for markup.
HTML stands for HyperText Markup Language.
Heading 1 For example, this would mean that HOME is the first heading in HTML. <html> <body> <h1> HOME </h1> </body> </html>
HTML stands for HyperText Markup Language. DHTML stand for dynamic HyperText Markup Language, however DHTML is not an actual coding language. While both of them used to build web sites, DHTML is typically used to mean the combination of HTML, CSS, JavaScript, and DOM.
The <i> tag in HTML is used to offset text that should be displayed in italics. It's a carry-over from early versions of HTML, as its purpose is solely presentational and not semantic. In most cases, the use of the emphasis tag <em> is encouraged in its place.