Skip to content

Restructuring the generate.HTML file #3

Description

@mehdiben7

At the moment, the HTML file is structured in a way that could be improved. Especially at the level of classes and identifiers, the HTML might get into the way of efficient and easily modifiable CSS design.
Possible solutions can be explored in the following ways:

  • Minimising the use of "div" or "span" tags with little semantic meaning
  • Using clear class names for sets of objects that have a clear link together
  • Using identifiers (id, '#') for specific items that need to be reached by CSS

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    code cleaningWorking code that needs clarification

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions