Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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>';

?>

Documentation

See Also