No Genre by BOYNEXTDOOR

4th EP no genre by boynextdoor cover art, black and white photo of the group members sitting, album name and group name written in the bottom left corner

this album is boynextdoor's 4th EP and a start for their new trilogy of albums. it has 6 songs + an english version for the title track. all songs are in different genres but still maintain the band's authentic sound. i really really like this album!!!!! i'm not sure if i could pick a favorite song off it, they're all great and so so fun, i love listening to this album for a better mood. it is playful and true to their personality which they so effortlessly showcase with each release. overall, boynextdoor produce and write most of their music, which is not very common for a kpop group, and what i like most about them is that they really talk about what they are going through. the themes they write about in their songs are so real for their age and the way they talk about these topics is also correspondant. as someone who is the same age as them, i find their music very relatable and i enjoy their honesty and relaxed attitude very much!!♡

Basic html

Here are some super basic HTML tags that may be helpful to format your page.

Heading

Subheading

Subsubheading

As you might have already noticed, using h1, h2, h3, ... will make a heading. This is good for title, category, etc.

Paragraph

If you want to make a paragraph, surround a block of text with p tag. Otherwise even if you add new lines in the code, paragraphs will be connected to each other.

This is the second paragraph :)

Highlight

A simple way to highlight text is using b for bold. Another way to highlight text is using i for italic.

Link

Use a tag (anchor) to make a link. You can link within your website (for example, to page 2 or to external website like Sonaveeb).

List

Making a list with ul tag is a bit wordy but it is defenitely helpful for, for example, a shopping list. (Bonus: use del tag to make a strikethrough)

  1. üks
  2. kaks
  3. kolm
  4. neli

ol tag will make the list ordered/numbered. This may be useful for a cooking recipe.