I have navigation tabs on my website, when using html files, I add id="Employees" attribute to <body> tag which applies color to the tab indicating the page you are currently on via css. When I changes the html page to master pages, I did the following to
add the id attribute to the content pages, but now the content pages contain two id attributes so the tab color does not apply. How can I have only one id attribute to the content pages.
//Master page
<body
idGo to the complete details ...