The basics of programing part2
( 7 year old experimenting with html - account supervised by @matthewdavid )
Hi agian I am here to show you the basics of programing
as you can see this is part2 if you have not already check out part1. lets get started now after you have made
your file, go to your browser and do ctrl O that will give you an option go.
to your html file if not already there and select index.html
it will open a blank web page, but why blank, I forgot to close the <html>
tag after doing that your code shall look like this:
<DOCTYPE html>
<html>
<head>
<title>my web</title>
</head>
<body>
<h1>hello world</h1>
</body>
</html>
save your document and restart your blank page. it should have a big
header on the screen that says hello world. now how do we make it smaller
we simply change the <h1>
tags to <h2>
and that is not all the tags there is,
there are <h1><h2><h3><h4><h5><h6>
tags that is all for now see you soon.
Congratulations @kid-coder! You have received a personal award!
1 Year on Steemit
Click on the badge to view your Board of Honor.
Congratulations @kid-coder! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!
Yes! I am 9 years old and I am learning how to code, my papa is teaching me the basics, I have been starting with code for at least 2 weeks. I am starting with HTML (hypertext markup language), then I think I'm going to learn CSS, then Javascript and so on. I am learning this stuff on this website called Codecademy. I also use the Atom IDE for trying custom stuff. It's nice to see another kid that also knows how to code! Well I don't "know" how to code but I am going pretty well so far. :)
Congratulations @kid-coder! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :
You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word
STOP