+ 2
How to create my own website with HTML CSS and PHP? (i have finished the code and i don't how to use publish to world help me)
Help me publishing or use it
3 Antworten
+ 2
Help me on hosting it with my own
0
https://www.sololearn.com/discuss/1255126/?ref=app
https://www.sololearn.com/discuss/2376837/?ref=app
https://www.sololearn.com/discuss/134003/?ref=app
https://www.sololearn.com/discuss/108691/?ref=app
This are few similar questions go through it you will get your answer
0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<html lang="en">
<head>
<title>jquery Ads</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<script type="text/javascript" src="scripts/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="scripts/jquery.aes.js"></script>
<script type="text/javascript" src="scripts/jquery.aes2.js"></script>
</head>
<body>
<div id="slider" class="nivoSlider">
<a href="#"><img src="images/1.png" /></a>
<a href="#"><img src="images/2.png" /></a>
<a href="#"><img src="images/3.png" /></a>
<a href="#"><img src="images/4.png" /></a>
</div><br /><br /><br />
</body>
</html>