You are on page 1of 1

<script type="text/javascript" src="jquery.

js"></script>

<!DOCTYPE html>
<html>
<head>
<title>jquery</title>
<meta charset="utf-8">
<script src="jq/jquery-3.4.1.min.js"></script>
<script type="text/javascript">
$(function () {
$("body").hide().fadeIn(5000);
});
</script>
</head>
<body bgcolor ="orange">
<h1> holaaaa</h1>
<p>bienvenidossss a<span style="color:blue">sistemas</span>si si si</p>
<img src="img/5.jpg" width="55%">

</body>
</html>
/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw

Download the compressed, production jQuery 3.4.1


https://code.jquery.com/jquery-3.4.1.min.js

You might also like