mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-02 06:04:06 -05:00
797 B
797 B
title
| title |
|---|
| Basic HTML |
Basic HTML
This is a stub. Help our community expand it.
This quick style guide will help ensure your pull request gets accepted.
Structure of a basic HTML file:
<!doctype html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>