HTML
From Oracle FAQ
Hyper Text Mark-Up Language (HTML), a subset of Standard Generalized Mark-Up Language (SGML) for electronic publishing, the specific standard used for the World Wide Web.
Sample HTML page[edit]
Open a text editor, enter the content below, save and open with a web browser to view the output:
<html> <head> <title>My first HTML page</title> </head> <body> <hr /> <p>My first HTML page</p> <hr /> </body> </html>
Using SQL*Plus to generate HTML[edit]
Users can use SQL*Plus to generate HTML reports from the Oracle Database. Example:
set markup HTML on spool index.html select * from tab; spool off set markup HTML off
External links[edit]
- World Wide Web Consortium - responsible for the HTML standards
- W3C HTML Validation Service
Glossary of Terms | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | # |