Created
August 5, 2017 03:23
-
-
Save EncodeTheCode/a6af72771110ac116fa078bdb4bc4258 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo <<< p | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page title</title> | |
<style> | |
html,body{background-color:rgb(22,22,22);color:rgba(222,222,222,0.9);} | |
<style> | |
</head> | |
<body> | |
<p> | |
<div> | |
<h3>HTML basics.</h3> | |
HTML learning. | |
</div> | |
</p> | |
</body> | |
</html> | |
p; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment