HTML stands for HyperText Markup Language and is used to structure web pages and tell the browser what content to show users.
HTML does not control the websites styling or behavior, that's done with CSS and or javascript.
Example paragraph:
This is an example.