title: "[How Do I:] Utilize the CSS Friendly Control Adapters? | Microsoft Docs"
author: rick-anderson
description: "The CSS Friendly Control Adapters allow you to alter the HTML that is rendered by a standard ASP.NET 2.0 server control. In this video we learn that the stan..."
The CSS Friendly Control Adapters allow you to alter the HTML that is rendered by a standard ASP.NET 2.0 server control. In this video we learn that the standard ASP.NET Menu control renders an HTML `<table>` element, but with the CSS Friendly Control Adapters the same control will render an HTML `<ul>` list element, improving the menu's accessibility and presentation.