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

previous   next