Skip to content

Latest commit

 

History

History
234 lines (192 loc) · 3.84 KB

2019-08-13-PL00-HTML.md

File metadata and controls

234 lines (192 loc) · 3.84 KB
layout title categories comments tags
post
PL00, HTML
PL00
true
PL00

Back to the previous pagehtml taghtml color codespage management
List of posts to read before reading this article


Contents

{:.no_toc}

  • ToC {:toc}

Basic Structure

Hello, world!
```html Hello, world! ```



Tag

Text

head 1

head 2

head 3

head 4

head 5
head 6
```html

head 1

head 2

head 3

head 4

head 5
head 6
```


paragraph

paragraph

```html

paragraph

paragraph

```


bold
italic
strong
emphasize
```html bold italic strong emphasize ```


insert
delete
strike-through
underlined
```html insert delete strike-through underlined ```


superscriptsuperscript
subscriptsubscript
```html superscriptsuperscript subscriptsubscript ```


small
small
```html small small ```



List

      
  • list item
  •   
  • list item
```html
      
  • list item
  •   
  • list item
```



Link/Image





Table

                                         
A1B1C1
A2B2C2
```html                                          
A1B1C1
A2B2C2
```



Form





Media





Etc





List of posts followed by this article


Reference


OUTPUT
OUTPUT