HTML5
Этот тег определяет маркированный список.
<!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
ul
li
>Hello World!</
>To be or not to be?</
>Привет Мир!</
br
id
"ul1"
$(document).ready(function () {
$("#ul1").css("list-style-type", "none");
});