A fork of Rural Dictionary
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 .html that is html (basic)
(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