My Code, and my begins in studying code
Hello, I am just beigginer code programmer,and I started studying code online through Pirple.com, and I can say I am good to go to my career because I got many knowledge through the lessons and practices. now I created my onw codes and it work.this is html code.
here it work as HTML5which is current version, and basically divided into 2 main parts which are , head and body... head tries to describe web code and can not be seen by the user. But body area is where we can see in our browser.
cobsider this coser below :
<!DOCTYPE html><br />
<html lang="en">
<head>
<!------- meta used to describe more about site and does not seen by user -------->
<title>mywork</title>
</head>
<body>
<div>
<h1>
my favorite Book</h1>
My favorite book is Hawa the bus driver which explain about strong woman ,who was there for her children.<br />
<!------ iframe used to embed object -------->
<iframe frameborder="0" src="https://www.youtube.com/embed/6ZXd0W9GE9I"></iframe>
This book was seted in Dar - Tanzania,and as I said it explain, hustle from this African woman called Hawa.you can add your comment below what is comment on this<br />
<div>
<!----form tag used to insert area for putting user information and comment-->
<form action="">
<!--text area is used create area where user can put comment-->
<textarea cols="30" id="" name="" rows="10">add your comment here !</textarea>
<!--button tag used connects user with publisher by allowing user to send message-->
<button>submit</button>
</form>
</div>
</div>
</body>
</html>
here it work as HTML5which is current version, and basically divided into 2 main parts which are , head and body... head tries to describe web code and can not be seen by the user. But body area is where we can see in our browser.
cobsider this coser below :
<!DOCTYPE html><br />
<html lang="en">
<head>
<!------- meta used to describe more about site and does not seen by user -------->
<title>mywork</title>
</head>
<body>
<div>
<h1>
my favorite Book</h1>
My favorite book is Hawa the bus driver which explain about strong woman ,who was there for her children.<br />
<!------ iframe used to embed object -------->
<iframe frameborder="0" src="https://www.youtube.com/embed/6ZXd0W9GE9I"></iframe>
This book was seted in Dar - Tanzania,and as I said it explain, hustle from this African woman called Hawa.you can add your comment below what is comment on this<br />
<div>
<!----form tag used to insert area for putting user information and comment-->
<form action="">
<!--text area is used create area where user can put comment-->
<textarea cols="30" id="" name="" rows="10">add your comment here !</textarea>
<!--button tag used connects user with publisher by allowing user to send message-->
<button>submit</button>
</form>
</div>
</div>
</body>
</html>
No comments