@tutorialpoint@

- A programming language is a formal language that specifies a set of instructions that can be used to produce various kinds of output. Programming languages generally consist of instructions for a computer. Programming languages can be used to create programs that implement specific algorithms.

Describe:
The description of a programming language is usually split into the two components of syntax (form) and semantics (meaning). Some languages are defined by a specification document (for example, the C programming language is specified by an ISO Standard) while other languages (such as Perl) have a dominant implementation that is treated as a reference. Some languages have both, with the basic language defined by a standard and extensions taken from the dominant implementation being common.
HTML demo::
<!DOCTYPE html>
<html>
<head>
<meta charset=”utf-8″/>
<title> toturialpoint-video</title>
</head>
<body>
<video width=”640″ height=”360″ contorls autoplay loop>
<source src=”websitelayout.mp4″ />
If you can see this,you need to update your browser
</video>
</body>
</html>


Leave a comment