This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> About-Me </h1> | |
<p> <b style="background-color: gray;">Passion: </b> Computers, Programming, Writing, Changing the world, Innovating.</p> | |
<p> <b style="background-color: gray;">Dream and Destiny:</b> To change the world with computers, to put a dent in universe, simplify the life of people | |
to a very easy life where they can sustain great and can be at their best level. </p> | |
<p> <b style="background-color: gray;"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log('This is github and I love it because it is easy to use. This is my first JavaScript'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = age.chomp | |
=begin | |
Enter your name in this box apeared for example "Richard" or "Tim" | |
It may be yours | |
=end | |
puts "You are #{name} and you are on Github, one of the biggest coding community of US (United States)." | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> My First Github </title> | |
</head> | |
<body> | |
<h3> <p> I am Kanishka Williamson. I had learned HTML and PHP on <a https://www.sololearn.com> Solo Learn </a>. I am an Indian | |
and I am inspired by <strong>Steve Jobs </strong> and Bill Gates and Elon Musk.</h3> </p> | |
</body> | |
</html> |