HTML or HyperText Markup Language is a predominant markup language for web pages. It is a structured way of telling web browsers how a web page should be displayed. HTML is a static language, which means that it cannot process (or change its content based on) user input.
Basic HTML has no prerequisites in any formal education. HTML is text-based computer-coding that can be made and run by children that understand the alphabet and symbols (Age: 6+). It requires no specialist computer knowledge at its basic level. Further insight (as delivered in these lessons) requires at least a moderately educated individual or supervisor.
[Tags for XML which include] HTML merely use diamond symbols: <> one uncut diamond, and then closed with </> a cut diamond.
The basic set of HTML words are put in the diamonds. |
<html>
<head>
<title> and then closed </title>
</head>
<body> but this is another section for the page.</body>
</html>
|
To finish the child merely creates a filename with the .html extension. Then, the child can click on the file icon to open it in a web browser! The .html file is usually associated with a browser.
|
<html>
<head>
<title></title>
</head>
<body></body>
</html>