1. Home
  2. HTML (Hypertext Markup Language)

HTML (Hypertext Markup Language)

HTML5 logo

HTML (HyperText Markup Language) is a hypertext development language, which is the most popular website development method.

HTML is used for development and markup of hypertext documents (websites) for the World Wide Web. HTML uses elements (markers), which web browsers read to arrange and display the website on a user’s screen.

HTML document basic elements are:

<!DOCTYPE html>
<html>>
  <head>
   <title>Title</title>
  </head>
 <body>
   content of document
   hyperlink: <a class="helplinkext" href="http://www.superhosting.bg">SuperHosting.BG</a>
   image: <img src="/images/image.png" width="64" height="64" />
 </body>
</html>
Updated on 02.04.2022

Was this article helpful?