Big Nate COMMENTS Wiki
Advertisement

The following is the most basic of basic HTML.

Note: On FANDOM, HTML only works in Source Editor.

Bold[]

<b> This text is bold. </b>

looks like

This text is bold.

Italics[]

<i> This text is italicized. </i>

looks like

This text is italicized.

Strikethrough[]

<s> This text is crossed out. </s>

looks like

This text is crossed out.

Headings[]

Use the

  • <h1> </h1>
  • <h2> </h2>
  • <h3> </h3>
  • <h4> </h4>

tags to make headings.

Heading

Heading

Heading

Heading

On FANDOM, headings can also be done by surrounding the text with equal signs.

Link[]

Linking is pretty easy. First, add the bar things ([[ ]]) The, you add the article you want. The Complete History of the Wiki

You can also change the text by adding a | then the word before the ]]! hello

Will finish later

Advertisement