Post History
EDIT <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi...
#5: Post edited
Some HTML code block
- EDIT
- ```html
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Example</title>
- </head>
- <body>
- <p>
- Some paragraph text
- </p>
- </body>
- </html>
```
- EDIT
- ```html
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Example</title>
- </head>
- <body>
- <p>
- Some paragraph text
- </p>
- </body>
- </html>
- ```
- <!-- test edit -->
#4: Post edited
Some HTML code block
EDIT ```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Example</title> </head> <body> <p> Some paragraph text </p> </body> </html> ```
#2: Post edited
- ```html
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Example</title>
- </head>
- <body>
- <p>
- Some paragraph text
- </p>
- </body>
- </html>
- ```
- EDIT
- ```html
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Example</title>
- </head>
- <body>
- <p>
- Some paragraph text
- </p>
- </body>
- </html>
- ```
#1: Initial revision
Some HTML code block
```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Example</title> </head> <body> <p> Some paragraph text </p> </body> </html> ```