Sunday, August 21, 2016
basic html
basics of html
main:
<html>
<head>
<title>your web title</title>
</head>
<body>
____________________________________________
</body>
</html>
so <html> - this is the first tag of the web page..
<head> - it refers to your web page heading..
<title> - it also a part of the <head> it creats a title..
<body> - it the main part of your web page or this tag is heart of your web page all the code you want to give to your web page are coded under this tag.
so u are thinking that what is this - </body>,</html>.... so this is the door of your given tag.. - <body>this is a opened tag and </body> this is the closed tag. it means you are completed......
you can do many things with html like this.. see in next box
THIS IS EXAMPLE
so you need code of this - i will also give you code and also tell you how to make it work.. see in next box.
the code i have given up on the page write it on notepad or any software and then write - <marquee>your text</marquee> in the place of ___________________ bitween the body opened and closed tags.. and then save the file as _ _ _ .html.. _ _ _ - means anything you want to write.. but must you write .html after it and then open it with your browser...
No comments:
Post a Comment
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment