HTML basic tutorial for beginner part-011.

Today I will give you the html of the 11th  tutorial. They showed that today,



** Meta elements:
** Style
** Html the use of scripts

Meta elements:



Meta " search engine optimization" (SEO) is the most essential works.
Meta tags are the subject of this tutorial, I 'll discuss next.

Style:



Internal style sheets for use <style> </ style> For example,

HTML is a programming language.  To add to the convenience of the web pages Programming Language is used for different types of scripting, Java, and so on jquery. Java, J to add the query script in the HTML <script> </ script> tag is used.

JavaScript, etc. Jquery scripts in the HTML <script> </ script> tag are used.



<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript"
src="sliding_effect.js"></script>

Follow the Example:


<html>
<head>
<title> www.tutohost.com</title>
<script type="text/javascript">
function show_alert()
{alert("Welcome to www.toneysoft09.com");}
</script>
</head>
<body bgcolor="#009933" >
<input type="button" style="margin-left:150px;
width:100px; height:50px; font-size:18px; color:#F00"
onclick="show_alert()" value="Click Me" />
</body>
</html>


Technology