This is a Basic Tribute Page

I did not go all out on this Tribute. I kept to basic to the “T” for the scope of the project.
If any one knows how to get the < li > style that HTML4 had for HTML5 without extra unwanted code. Please I would like to know. Hence, HTML not scripting.
[Tribute Page - Maplestory] https://codepen.io/jazzyrosez/details/GQKXqL

EDIT: added the right page. Long week.

Hello @jazzyrosez,

HTML

  • error

The “align” attribute on the “h1” element is deprecated. Use CSS instead.

From line 1 to line 1:

  <h1 align="center"><b>Map

Reference:
Alignment, font styles, and horizontal rules in HTML documents

Attribute definitions
align = left|center|right|justify [CI]
Deprecated. This attribute specifies the horizontal alignment of its element with respect to the surrounding context.


----
  • error

The “center” element is deprecated. Use CSS instead.

From line 3 to line 3:

<figure>
  <center>

reference:
Alignment, font styles, and horizontal rules in HTML documents

The CENTER element is exactly equivalent to specifying the DIV element with the align attribute set to “center”. The CENTER element is deprecated.


----
  • error

No space between attributes.

From line 4 to line 4:

<center>
  <img src="http://nxcache.nexon.net/umbraco/7649/party01desktop_1024x768.jpg" alt="MapleStory Party" height="35%"width="

----

cheers and happy codding :slight_smile:

The instructions has to not use CSS in the coding. So, I am trying to limit that. Thank you for spotting that spacing issue.