Skip to content

Semantic HTML #31

@matthall8

Description

@matthall8

The HTML code looks good overall however there is some use of older, less semantic elements such as:

  • <divs>
  • <br />

There are also some good uses of the

elements. Perhaps some of the divs could be replaced with elements with more semantic mention like <main>, <section>, <p> etc.. and the stylistic effect you are achieving with the <br /> element could be replaced with CSS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions