hi friends,,,
I have to intruding web programming in the blog today onward;1st programme on html.
explianing about static web page/ front view of web page.
HTML:- hyper text markup language
Here is simple html program example:
<html>
<body>
<h1>GOOD MORNING</h1>
</body>
</html>
html: it's tag to start the web page,the starting ending tag must and should there in html programme.
body: it's tag used for to write the text in the wp(web page).
h1: it's heading tag to display the text in between <h1> tags,the size of the text depends on from using differ tags that are <h1> to untill<h6>
U can write html program in notepad and save with(.html/.htm) extension
it's no case sensitive language
No comments:
Post a Comment