"if you encounter any errors in SAP, send me a screenshot at pramod@learntosap.com, and I will help you resolve the issue."

HTML Elements-Start Tag And End Tag-

HTML TUTORIALS-

HTML Elements-Start Tag And End Tag-

Introduction-

HTML Elements-Start Tag And End Tag-

-HTML element is a units of a webpage, like a heading, paragraph, image, or link. This is Start tag, content, and an End tag..Example. <h1>...</h1> , <head>...</head> <div>...</div> ...

Trulli Trulli

-)Examples of some HTML elements:-Heading

✅ Example- <h1>.... Type Your Content.... </h1>

           <!DOCTYPE html>
           <html>
           <head>
                     <title>My First HTML Page</title>
           </head>
            <body>
                     <h1>Welcome to My Website</h1>
          </body>
          </html>
      

-)Examples of some HTML elements:-Paragraph

✅ Example- <p>.... Type Your Content.... </p>

               <html>
                   <head>
                             <title>Example Page</title>
                  </head>
                  <body>
                             <p>This is a sample webpage.</p>
                  </body>
              </html>
       

-)Examples of some HTML elements:-Body

✅ Example- <body>.... Type Your Content.... </body>

            <body>
                      <h1>Welcome!</h1>
                      <p>This is a simple HTML page.</p>
           </body>
      

-)Examples of some HTML elements:-Image

✅ Example- <image>.... Type Your Content.... </image>

           
                 <img src="image.jpg" alt="Sample Image" width="700">
          
          

-)HTML Tag Elements Reference:-

NO TAG DESCRIPTIONS
1. <title>!</title> Sets the title of the webpage (shows in the browser tab).
2. <img>!</img> Displays an image. Self-closing tag.
3. <br>!</br> Adds a line break. Self-closing tag.

Live Code Preview


May Be Like Important Link-

-Define Wrehouse Number

-Cretae New Customer Account Group

-21-Pricing Procedure-VOK0

-Item Category-VOV7