Hi Friends, I am Vishal sharma, I will be posting detailed notes on Computer programming and basic concepts on coding, so stay tunned here with me….
Example html code:
<html><head><title> My first website page </title> </head>
<body>
web page contenst goes here
</body>
</html>
Sample c programm