HI GUYS IAM GOING TO SHOW HOW TO WRITE A PROGRAM .. IN HTML
come on guys cheer up yourself by "I CAN DO IT !!"
ok lets start .. guys first you should know what is HTML ???
do you know what is HTML..
HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content.
ok first go to your computer and click
- Step 1: Open Notepad (PC) Windows 8 or later:
- Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit.
- Step 2: Write Some HTML. .
- Step 3: Save the HTML Page.
- Step 4: View the HTML Page in Your Browser.
- Lknow you can find it ..
- ok let's start with an example:-
- <! DOCTYPE html>
- <html> This is another tag that tells a browser that it's reading HTML.
- <head> The <head> tag starts the header section of your file.
- <title> This tag sets the title of your page.
- <meta> Like the title tag, metadata is put in the header area of your page.
- <body>
- <h1>
- <p>
- ok guys you can see the sample program in above with definitions
- ok start with output
- <!DOCTYPE html>
- <html>
- <body>
- <h1>My First Heading</h1>
- <p>My first paragraph.</p>
- </body>
- </html>
- you can type it in notepad++also
- your output will come like this :
My First Heading
My first paragraph.- ok guys this is a basic program ..
- in next page I will upload the attributes
- if you are a parent share to your children ..
- and teach them .. this took for me to finish 8 hours
- if you liked it please comment below then only i can post new things which you liked it ...
- and don't forget to follow me and if you liked any of the ads please click it
- ok guys Sreevatssun signing out
- bye bye see you!!!!
- -S.sreevatssun
No comments:
Post a Comment