Update "Basic HTML Elements" article

This commit is contained in:
vimux 2019-01-17 09:34:13 -05:00
parent 6b0accbeab
commit 53261f337c
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -1,7 +1,7 @@
--- ---
title: Basic HTML Elements title: Basic HTML Elements
description: Example test article that contains basic HTML elements for text formatting on the Web. description: Example test article that contains basic HTML elements for text formatting on the Web.
date: 2018-04-16 date: 2019-01-15
categories: categories:
- "Development" - "Development"
tags: tags:
@ -138,6 +138,8 @@ You can also use inline Markdown.
</html> </html>
``` ```
## Highlighted Code
{{< highlight html >}} {{< highlight html >}}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">