HTML means Hyper Text Markup Language. It is not a programming language, it is a markup language (this language use TAG insted of code or function).
Example:
<html>
<title>first1</title>
<body>
Your Name here.
</body>
</html>
out put is: your name here.
Example:
<html>
<title>first1</title>
<body>
Your Name here.
</body>
</html>
out put is: your name here.
No comments:
Post a Comment