HTML Question For Beginner | C++ C program 2


                    HTML QUESTION FOR BEGINNER

  • 1    Write a programme in HTML to create a title like(htmlforbeginner).

  <html>
         <head> 
                <title> htmlforbeginner </title>
         </head>
  </htmal
HTML Question For Beginner | C++ C program 2
input and output
  • 2.        Write a programme in  HTML to create a title and body in html programme .

             <html>
                     <head>
                            <title>   </title>
                     </head>
            <body>
                    Write something in this body
            </body>
            </html>
HTML Question For Beginner | C++ C program 2
Input and output
  • 3.      Write  a programme in HTML to create a file .

              <html>
                     <head>
                            <title>         </title>
                     </head>
               <body>        </body>
             </html>     (!--- click on ctrl +s).
HTML Question For Beginner | C++ C program 2
Input and Output
  • 4.      Write a programme in HTML to create a file use (your name .com).

               <html>
                      <head>
                             <title>
                                    Yourname.com
                             </title>
                      </head>
                </html>
HTML Question For Beginner | C++ C program 2
Input and Output
  • 5.      Write a programme in HTML to create a title and body and under this file print your name.

               <html>
                       <head>
                               <title>     </title>
                       </head>
               <body>
                         Html for beginner
                </body>
              </html>
HTML Question For Beginner | C++ C program 2
Input and Output 

                                                             Thank you .


Post a Comment

0 Comments