HyperText Markup Language (HTML)
HyperText Markup Language, or HTML is the standard language used to create and structure content on the web.
HTML defines the structure of the page. It is completed by CSS, for styling, and Javascript, for behavior.
<?php
// PHP outputing HTML code
echo '<p>'. nl2br('Hello,
world').'</p>';
?>
See Also
Related
- Javascript
- CSS
- htmlentities()
- Hyper Text Transfer Protocol (HTTP)
- Template
- World Wide Web (WWW)
- Search Engine Optimization (SEO)
- sitemap
- Scalable Vector Graphics (SVG)
- Web Hypertext Application Technology Working Group (WHATWG)
- Anchor
- Document Object Model (DOM)
- HTML Entity
- Link
- World Wide Web Consortium (W3C)