Código HTML :
<html>
<head>
<style>
.red{
color:red;
}
</style>
<script type="text/javascript" src="jqueryy.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#orderedlist1").addClass("red");
});
</script>
</head>
<body>
<ol type="1" id="orderedlist1">
<li>windows</li>
<li>linux</li>
<li>mac</li>
</ol>
</body>
</html>
espero les haya servido mucha suerte a todos hasta luego, Jose Fernandez Segura
