kytschBASIC

Put down that phone!
Please view me on real computer.

HEAD

Creating the HTML head.

Example

HEAD
	LOAD "_ROOT/project/shared/head"
	NAME "HEAD statment | kytschBASIC"
HEAD CLOSE

Output

<head>
	<meta charset="UTF-8"><meta name="description" content="This is a kytschBASIC example">
	<meta name="keywords" content="kytschBASIC, BASIC, web BASIC">
	<meta name="author" content="Mike Welsh">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link rel="stylesheet" type="text/css" href="/kytschi/css/palette.css">
	<title>HEADING statment | kytschBASIC</title>
</head>

See also