Home » Hosting Encyclopedia » Scripting Languages » HTML Script

HTML Script

HTML stands for Hypertext Markup Language and it is the main language used for the creation and display of website pages in a web browser. Actually, browsers are created especially to read HTML files and transform the HTML code into the web pages we see every day on the Internet. With the help of the HTML script on web pages can be embedded images, videos and other objects as well. The markup also allows the easy implementation of other scripts in the HTML code including JavaScriptPHP, and CSS, which add to the capabilities, interactive features and design of the page. HTML files have the name extensions .html or .htm. A basic HTML function is the embedding of links (hypertext) in a web page, so links can be attached to any piece of text on the web page or to an image. This is done with the use of HTML tags, specified for that task. The tags are exact predefined instructions put in angle brackets like “<“a >.

 

Basic HTML Code & Usage

The HTML code tags make up the HTML elements that give the browser’s instructions on how to interpret the code when displaying the page content. Tags can be singular (using only one HTML tag to give instructions like “<“img >), but most of them go in pairs, so you have a starting/opening tag and an ending/closing tag like “<>”html“> and “<“/html“>“. Between the tags is the actual content (mostly text) that is displayed on the visible page, the tags are not displayed. Although the HTML script is not very hard to learn, various websites or web hosting services offer website building or publishing software with WYSIWYG (What You See Is What You Get) editors, which allow the easy creation and edition of web pages without extensive or no HTML knowledge at all. However, WYSIWYG HTML editors’ capabilities are limited and this editing model is criticized for generating code with lower quality (code redundancy or code with incorrect syntax called “tag soup”).

Was this article useful?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Newest Articles:

KVM

What you need to know: KVM (Kernel-based Virtual Machine) is a virtualization technology that is free, open-source, and available in most modern Linux distributions. Thanks to it, you can create and run Linux and Windows-based virtual machines that are independent of...

Second Level Domain (SLD)

The Second Level Domain or SLD is essential to the hierarchical Domain Name System. It is the second part of the full domain name after the Top Level Domain, on its left side. The Second Level Domain is often the same as the website name, the company, or the...

Top-Level Domain (TLD)

The Top Level Domain name (TLD) is the last or right-most fragment of the domain name. The parts of the domain name are separated with dots and form their own hierarchy in the Domain Name System (DNS). There is a Top-Leveл Domain list where you can see all available...

IANA

What is IANA? Although the Internet is not really a centralized system, there are some key infrastructure elements that need to be coordinated. The Internet Assigned Numbers Authority (IANA) is an organization that was founded in 1988 by the government of the U.S.A....

ICANN

What is ICANN? ICANN is an abbreviation from Internet Corporation for Assigned Names and Numbers. It is the non-profit organization that’s responsible for the assignment and coordination of unique Internet addresses and names for all devices connected to the Internet,...

Ready to Create Your Website?