21 lines
1.4 KiB
Markdown
21 lines
1.4 KiB
Markdown
|
---
|
||
|
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..."
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 09/01/2007
|
||
|
ms.topic: article
|
||
|
ms.assetid: aa5a29e3-0cc2-4cc0-986d-e845dbf01813
|
||
|
ms.technology: dotnet-webforms
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /web-forms/videos/how-do-i/how-do-i-utilize-the-css-friendly-control-adapters
|
||
|
msc.type: video
|
||
|
---
|
||
|
[How Do I:] Utilize the CSS Friendly Control Adapters?
|
||
|
====================
|
||
|
by [Chris Pels](https://twitter.com/chrispels)
|
||
|
|
||
|
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 &lt;table&gt; element, but with the CSS Friendly Control Adapters the same control will render an HTML &lt;ul&gt; list element, improving the menu's accessibility and presentation. Visit the <a href="https://www.asp.net/cssadapters/">CSS Friendly Control Adapters</a> page to see how the same techniques can be applied to many other ASP.NET server controls.
|
||
|
|
||
|
[▶ Watch video (26 minutes)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/how-do-i-utilize-the-css-friendly-control-adapters)
|