mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Update "Basic HTML Elements" article
This commit is contained in:
parent
6b0accbeab
commit
53261f337c
1 changed files with 3 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue