HyperView2.959 bannerDocumentation
 
BML1.1 Binary Markup Language : A binary encapsulation of HTML 5

HTML Tag


Description

MNEMONIC

OPCODE ETAG
<!--   
Start of comment
CMM 1

-->
End of comment
ECOM
2

<!DOCTYPE> 
Defines the document type DOCT
3

<a>
Defines a hyperlink ANCH
4
*
<abbr>
Defines an abbreviation ABBR
5

<address>
Defines an address element ADDR
6

<area>
Defines an area inside an image map AREA
7

<article>
Defines an article ARTI
8

<aside>
Defines content aside from the page content ASID
9

<audio> New Defines sound content AUDI
10

<b>
Defines bold text BOLD
11

<base>
Defines a base URL for all the links in a page BASE
12

<bdi> New Text isolated from its surrounding text direction settings BIT
13

<bdo>
Defines the direction of text display BDOT
14

<blockquote>
Defines a long quotation BLOQ
15

<body>
Defines the body element BODY
16

<br>
Inserts a single line break BREK
17

<button>
Defines a push button BUTN
18

<canvas> New Defines graphics CNVS
19

<caption>
Defines a table caption CAPT
20

<cite>
Defines a citation CITE
21

<code>
Defines computer code text CODE
22

<col>
Defines attributes for table columns  COLM
23

<colgroup>
Defines groups of table columns COLG
24

<command> New Defines a command button CMND
25

<datalist> New Defines a list of options for an input field DTLI
26

<dd>
Defines a definition description DEFD
27

<del>
Defines deleted text DELT
28

<details> New Defines details of an element DTLS
29

<dfn>
Defines a definition term DFNT
30

<div>
Defines a section in a document DIVD
31

<dl>
Defines a definition list DEFL
32

<dt>
Defines a definition term DEFT
33

<em>
Defines emphasized text  EMPH
34

<embed> New Defines external interactive content or plugin EMBD
35

<fieldset>
Defines a fieldset FDST
36

<figcaption> New Defines the caption of a figure element FICP
37

<figure> New Defines a group of media content, and their caption FIGR
38

<footer> New Defines a footer for a section or page FOOT
39

<form>
Defines a form  FORM
40

<h1>

Defines header 1 to header 1
HD1
41

<h2>
Defines header 1 to header 2
HD2
42

<h3>
Defines header 1 to header 3
HD3 43

<h4>
Defines header 1 to header 4
HD4 44

<h5>
Defines header 1 to header 5
HD5 45

<h6>
Defines header 1 to header 6
HD6 46

<head>
Defines information about the document HEAD
47

<header> New Defines a header for a section or page HEDR
48

<hgroup> New Defines information about a section in a document HGRP
49

<hr>
Defines a horizontal rule HRUL
50

<html>
Defines an HTML document HTML
51

<i>
Defines italic text ITLC
52

<iframe>
Defines an inline sub window (frame) IFRM
53

<img>
Defines an image IMAG
54

<input>
Defines an input field INPT
55

<ins>
Defines inserted text INST
56

<keygen>
Defines a key pair generator field (for forms) KEYG
57

<kbd>
Defines keyboard text KBTX
58

<label>
Defines a label for a form control LABL
59

<legend>
Defines a title in a fieldset LGND
60

<li>
Defines a list item LITM
61

<link>
Defines a resource reference LINK
62

<map>
Defines an image map  IMMP
63

<mark> New Defines marked text MARK
64

<menu>
Defines a menu list MENU
65

<meta>
Defines meta information META
66

<meter> New Defines a scalar measurement within a known range METR
67

<nav> New Defines navigation links NAVL
68

<noscript>
Defines a noscript section NSCP
69

<object>
Defines an embedded object OBJT
70

<ol>
Defines an ordered list ORLI
71

<optgroup>
Defines an option group OPGP
72

<option>
Defines an option in a drop-down list OPTN
73

<output>
Defines the result of a calculation OUTP
74

<p>
Defines a paragraph PRGR
75

<param>
Defines a parameter for an object PARM
76

<pre>
Defines preformatted text PRET
77

<progress> New Represents the progress of a task PRGS
78

<q>
Defines a short quotation QUOT
79

<rp> New Used in ruby annotations to define what to show if a browser does not support the ruby element RPAN
80

<rt> New Defines explanation to ruby annotations RETA
81

<ruby> New Defines ruby annotations RUBY
82

<s>
Defines text that is no longer correct SNOC
83

<samp>
Defines sample computer code CSMP
84

<script>
Defines a script *Note: in BML a java class instead
SCRP
85

<section> New Defines a section SECT
86

<select>
Defines a selectable list SLCT
87

<small>
Defines smaller text SMLL
88

<source> New Defines multiple media resources for media elements, such as <video> and <audio> SRCE
89

<span>
Defines a section in a document SPAN
90

<strong>
Defines strong text STNG
91

<style>
Defines a style definition STYL
92

<sub>
Defines subscripted text SUBS
93

<summary>
Defines the header of a "detail" element SUMM
94

<sup>
Defines superscripted text SUPS
95

<table>
Defines a table TBLE
96

<tbody>
Defines a table body TBODY
97

<td>
Defines a table cell TCEL
98

<textarea>
Defines a text area TXAR
99

<tfoot>
Defines a table footer TBFT
100

<th>
Defines a table header THD0
101

<thead>
Defines a table header THD1
102

<time> New Defines a date/time TIME
103

<title>
Defines the document title TITL
104

<tr>
Defines a table row TBRW
105

<track> New Defines text tracks used in mediaplayers TRAC
106

<ul>
Defines an unordered list UNLI
107

<var>
Defines a variable VARI
108

<video> New Defines a video or movie VIDE
109

<wbr> New Defines a possible line-break WBRK
110



BML specific definitions:





Binary data. BNDT 111



112 to 119 X Vendor specific expansion VN00
VN01
VN02
VN03
VN04
VN05
VN06
VN07
112
113
114
115
116
117
118
119



Asynchronous wait/task schedule remove
WAIT
126



Inline bytecode/java class
BYCD
127



BIT8 - binary 10000000 = End tag bit.
End tag bit + original tag = end tag. Denoted by
*

   
ENBT 128 *


42