Hypertext Markup File

icon
File Extension:.htm
Developer:N/A
Views:85804
Updated:2011-01-10 12:41:41
Hex:3C 21 44 4F 43 54 59 50 45
ASCII:<!DOCTYPE

Description

Hypertext Markup Language is a language that uses text with special formatting known as markup to tell a web browser what it should show on the computer screen.

The formatting can be used to show.

  » Text formatting

  » Tables

  » Headings

Hypertext Markup Language files can be edited using a simple text editor as well as with special programs designed to edit these files either as text or using WYSIWYG to show the user visually what he has edited.

An example of how the text is written is shown here.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <title> What is a HTM file </title>
</head>
<body>
  <p>The description of what a HTM file is, will be typed here.</p>
</body>
</html>


By saving the text as a .htm file which is the extension used for Hypertext Markup Language files and then uploading it to a web server and opening it in a web browser, you will see the text shown between the <body></body> tags shown on the screen.


Compatible Programs

  » Internet Explorer

  » Microsoft Visual Studio

  » Notepad++

Related searches

How to open .htm files?
Software to open .htm files
What are .htm files