UNDERCONSTRUCTION
Working on some memory processing functions in FORMula_One related to indirect forms
of value access where the value of one variable is used to resolve to yet another value.
tagName =(body )
tagSelectName =(bodyselect )
tagIncludePath =(&bodyselect; )
HTML/ATTRIBUTES/&bodyselect;
&test=(HTML/ATTRIBUTES/&tagIncludePathFull)
<body
===
===
>
The main body of your content goes
here.
The
<body>
element acts as a container for the visible content of your page.
Generally the placement of this element in relation to the other
major segments of the document is as shown here.
| Placement in document |
<html>
<head>
</head>
<body>
.... your page's contentgoes here
.... </body>
</html>
|
|