The basics of html programming - part2
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!