Realization Aspects
HTML
HTML code describes the design of web pages and links to other pages
| <H1> ~ </H1> |
header text |
<TABLE> ~ </TABLE> |
table |
| <FONT> ~ </FONT> |
font size, color |
<FORM> ~ <FORM> |
form |
| <DIV> ~ </DIV> |
block |
<INPUT TYPE="button"> |
button |
| <A HREF=""> ~ </A> |
link |
<SELECT> ~ </SELECT> |
pull-down menu |
- simple and commonly used
- HTML code doesn't support the description of temporal behavior, e.g. the response to the change of a pull-down menu or a selection of a radio button cannot be described in HTML.