Text formatting
A sample with bold , italic , and struckthrough text.
A sample with **bold**, *italic*, and ~~struckthrough~~ text.
Text size can be made big or small , too.
Text size can be made <big>big</big> or <small>small</small>, too.
Superscripts and subscripts
Erest = mc2
E<sub>rest</sub> = mc<sup>2</sup>
Section headers
Sub-section
# Section headers
## Sub-section
Tables
Column 1
Column 2
A
B
a
b
|Column 1 | Column 2|
|--- | ---|
|A | B|
|a | b|
Footnotes
Material with a footnote or two.
Material with a footnote[^1] or two.[^myFoot]
[^1]: Note at the bottom
[^myFoot]: Named note.
2 Likes
Inline link
This links to https://example.com .
Links can be renamed .
example.com also works.
This links to https://example.com.
Links can be [renamed](https://example.com).
example.com also works.
frame.work doesn’t get recognized.
But https://frame.work does.
So does frame.work .
frame.work doesn't get recognized.
But https://frame.work does.
So does [frame.work](https://frame.work).
Lists
Bulleted list
* Item
* Another item
Numbered lists
Item (this number chooses where you start)
Another item (subsequent numbers don’t matter, they will automatically count up)
1. Item (this number chooses where you start)
1. Another item (subsequent numbers don't matter, they will automatically count up)
Checkboxes
This one todo, this one done.
This one [ ] todo, this one [x] done.
Hidden details
Some hidden details
This text will be hidden
[details="Some hidden details"]
This text will be hidden
[/details]
Code blocks
Unformatted
console.log(`hello ${user.name}!`);
```text
console.log(`hello ${user.name}!`);
```
Auto-formatted
console.log(`hello ${user.name}!`);
```
console.log(`hello ${user.name}!`);
```
3 Likes
Robert
July 12, 2024, 11:45pm
4
[floatl]Today we celebrate[/floatl]
.
[center]Some formatting for dummies[/center]
.
[right]With new UI controls[/right]
[color=#ff0000]Right[/color] [color=#66ff66]at[/color] [color=#000ff]your[/color] [color=#ff0066]finger[/color] [color=#6600cc]tips[/color] , just choose a color
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
[size=14]And[/size] [size=6]your[/size] size
when you need to
2024-07-12T23:44:00Z
WV460HUNTER:
2 Likes