HTML5 Related Questions

Asked 2 years ago, Updated 2 years ago, 36 views

I don't know the exact name of what I want to ask, so I'll give you an example.

If you look at NAVER, there's a tab like this.

The feature of these tabs is that even if you select the main menu, it doesn't go to the hyperlink address, but it shows other information on the screen itself.

What is this function called, and how can it be implemented with coding?

html5

2022-09-21 22:02

2 Answers

I think it's in JavaScript.

Because the server side has to keep updating

I think I used AJAX with it.

It's just a guess, of course. However,

You must use JavaScript to build a dynamic site

The page is most likely built with JavaScript.


2022-09-21 22:02

Tab layer to be created with CSS. Please refer to this: https://www.w3schools.com/w3css/w3css_tabulators.asp


2022-09-21 22:02

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.