Presentation On Summer Internship Training On WEB DEVELOPMENT
Presentation On Summer Internship Training On WEB DEVELOPMENT
WEB DEVELOPMENT
1. Web Development refers to developing the websites for the internet(World Wide Web).
Thanks for CSS we can control all the aspect of the visualization
and some others features :-
<html>
<body>
<h1>this is a title </h1>
<script>This is another title
Var title = document .queryselector(“h1”);
title.innerHTML = “This is another title”;
</script>
</body>
</html>
THANK YOU