What VS code extension are you using to distinguish between the div tags
@frontendwithsalimi7 ай бұрын
indent rainbow
@adhilaabdulkhader78425 ай бұрын
I am a beginner so this question might sound dumb, but is it necessary to use ul for the links? can we use buttons instead ?
@frontendwithsalimi5 ай бұрын
In HTML, it is not strictly necessary to use an unordered list () for navigation links, though it is a common practice for creating navigation menus. You can use different HTML elements depending on the context and desired functionality. Best Practice For typical navigation menus, it is recommended to use lists with links because:It is semantically correct and aligns with HTML standards. It is more accessible and easier to understand for both users and screen readers. CSS can be used to style the navigation menu as needed However, buttons can be used if you have a specific reason or requirement that justifies their use. Just ensure that you handle accessibility and usability appropriately if you choose to use buttons for navigation.
@adhilaabdulkhader78425 ай бұрын
@@frontendwithsalimi thank you so much for the reply
@frontendwithsalimi5 ай бұрын
@@adhilaabdulkhader7842 you're welcome
@itsnexus99384 ай бұрын
in minute 1:54 how did you do that selection
@frontendwithsalimi4 ай бұрын
Press Ctrl and with mouse click in all the place you want