HTML5
Этот тег определяет значение термина в списке описаний. Он должен быть внутри тега <dl></dl>.
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
script
type
"text/javascript"
src
"https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
></
</
body
dl
dt
>ASP.NET</
dd
ASP.NET is an exciting web programming technology pioneered by Microsoft that
allows developers to create dynamic web pages.
>WPF</
WPF is the platform for the future of Windows user interface development. However, it won’t displace
Windows Forms overnight. Windows Forms is in many ways the culmination of the previous generation
of display technology, which was built on GDI/GDI+ and User32.
$(document).ready(function () {
$("dd").css("font-style", "italic").css("margin-top", "5px");
});