Thursday, 1 March 2018

HTML Fundamentals

Today We will learn some basic concept of HTML.

html skeleton:


<html>

<head>
<title>Your title</title>
</head>

<body>
<!-- some code here -->
</body>
</html>


No comments:

Post a Comment