Help on Product Landing page

<div id="About" class="links">
<h2 id="about">5.1 Digital Surround Sound Speakers</h2>

You mean I should close this div tag after heading and start another one?

No
You code is like this

<div class="container">
<h1>Unleash the Sound</h1>
<div id="About" class="links">
<h2 id="about">5.1 Digital Surround Sound Speakers</h2>

The h1 is outside. and h2 is inside

1 Like

Hmm. So how do you suggest I change it?

You can make h1 inside as h2 like

<div class="container">
<div id="About" class="links">
<h1>Unleash the Sound</h1>
<h2 id="about">5.1 Digital Surround Sound Speakers</h2>

Itā€™s still taking me to the video, only by a lesser margin this time. And the first time it actually pointed to the paragraph, which is fine. But after that it didnā€™t work.

Add more Content above the video.

Note: Just to show you.

Hey @dreamo123.
When you add more content the video is going down. There is no mistake in this.

Yeah if I add more content, itā€™s working fine. Itā€™s taking me to the paragraph.

My only fear is, is this considered a problem in designing if they miss the mark?

Please can you detail more?
Sorry for asking.

I mean if they donā€™t point to the exact locations, for example now the video is going down, with the adding of paragraphs. If a webpage contains these type of issues, is it considered a bad design from developer Point of view?

No

Why you did not add CSS?

Even if you want you can add a border to say to the user that this is the end of the section.

1 Like

I will add CSS. I just wanted to rectify any html issues first before adding CSS.

1 Like

Do you have any other doubts ?

1 Like

No. Thank you. This is the only problem I had so far with this project.

Previously I did a survey form project, can you take a look?

https://codepen.io/kalium123/pen/qBNMEOq

Nice Work.
Simple and neat.

1 Like

Thank you, for taking your time and helping me @Codely

1 Like

you could post in the #project-feedback subforum to get feedback on your projects

Hey @ilenia!
I think @dreamo123 didnā€™t ask for reviews but just a doubt.

you just gave a feedback on a survey form that is not the topic of this thread - so I gave a place where @dreamo123 can get feedback from more people on their projects