What is Html?
1.
(Hypertext Markup Language)
HTML is the language used to create Web pages for display in Web Browsers. HTML can be created directly with text editors or Web publishing programs, such as DreamWeaver, or it can be the output of other programs that make dynamic webpages on the fly. When you select "view source" from your Web browser, the code that you are viewing is HTML.
:P
2.
Hypertext Markup Language
The code for creating webpagges, using tags and other commands that a browser reads and converts into the normal webpages that people see.
I used HTML code to build my website.
See
3.
Hypertext Markup Language
A markup language used to structure text and multimedia documents and to set up hypertext links between documents, used extensively on the World Wide Web.
<html>
<head>
<title>
Test Page
</title>
</head>
<body>
This is a test!
</body>
</html>
put that into notepad or another editor and save it as index that is html (basic)
See
4.
Hypertext-markup-language
It is the language of all computers
Computerg33k: This is HTML...
<html>
<head>
<title>EXAMPLE</title>
</head>
<body bgcolor="red">
<table style="width: 809px; height: 262px;" 1000px="600px"
300px="" border="0" cellpadding="2"
cellspacing="2">
</body>
</html>
See
5.
HTML is a programming language that is used to create and display webpages on web browsers.
You can think of HTML as a webpage's DNA.
I used HTML to code my site.
See
6.
an abbreviation for" How To Meet the Ladies"
nerds know HTML
See
7.
HyperText Markup Language. commonly used as a code for creating web pages.
>html<
>body<
>/body<
>/html<
See