Sunday, 28 May 2023

Basic HTML Programming Part - 1 | HTML Programming in Basic Level | How to start HTML Programming

 Home Page.          Vipin Sir Live Test Class -10

HTML :- 

              HTML Full form is  "Hyper text markup language" . This computer Language is use to make a web page for his website. HTML is high level language for computer programming. Notepad provide the path of HTML Program. All type of HTML Program save extinction is  part1.html .

1. <Html> tag :- 

                       It is starting tag of all types of HTML Program. It is show the type of program.


2. </html> tag :- 

                           It is denoted the end of HTML Program. When your program is end then this tag is use to close the running program.


3. <body> tag :-

                        It is the second most important tag is HTML Programming. All type of design tag written in the below of body tag.


4. </body> tag :-

                             When your body content is end then this tag written because this tag is denoted the end of Body tag.


Questions 1. Who to write HTML Programming.

      * Some use basic information for HTML Program . First time I show a program for Welcome World. 

Start program

< html>

       <body>

            Welcome world.

      </body>

</html>

End program


Syntax:-

              When you save this program with extension welcome.hrml and run this program in browser. Browser write welcome world.


5 <Font> tag :-

                         Font tag is use for change the size of font. Font tag is also use for change the font colour and other. 

Questions 2. Who to change the font size using HTML language.

   Start program

       <html>

                  <body>

                        <Font colour = Red size = 30 >

                                   Welcome world 

                        </Font>

                  </body>

       </html>  

   End program 


Syntex:-

            In this program font colour is red and font size is 30 if you won't to change colour and size then change the font section.


Questions 3. Who to change body colour using HTML Programming Language.

Start program

<html>

         <body bgcolour = Light Green>

                 <font colour = White size = 30 >

                        WELCOME STUDENTS IN MY HTML PROGRAMMING 

                 </font>

         </body>

</html>

End program 


Syntax:-

              In this program font colour is white and size 30 and Browser body colour is light green.


         

Some other topics:-

1. TextBox change Module 

2. Who to Solved Script Error in MS Excel 

3. Use Vlookup Formula in MS Excel UserForm TextBox 

4. Who to Lock your MS Excel File 

5. MS Excel UserForm Save And Edit Module Part-1 

6. MS Excel UserForm Save And Edit Module Part-2 

7. TextBox Enter module. 

8. Daily Current Affairs | most important Questions 







No comments:

Post a Comment

Seperation method of Glucose in Sugarcane using HPLC || HPLC का उपयोग करके गन्ने से ग्लूकोज को अलग करने का तरीका

 गन्ने में मौजूद ग्लूकोज (glucose) की मात्रा का विश्लेषण करने के लिए LC-MS एक बहुत ही प्रभावी तरीका है। यह तकनीक दो प्रमुख चरणों में काम करत...