Introduction to HTML | Full Stack Web Development Tutorial

 



        

Introduction to HTML | Full Stack Web Development Tutorial

 

In This Tutorial, You Will Learn About HTML

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
  • HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.

 

What is an HTML Element?

The HTML element is everything from the start tag to the end tag.. 

<h1>Mihie</h1>
<p>Mihir</p>
 

Source Code

 

<html>
<head>
    <title>KRM Digital</title>

</head>

<body>
    <h1> Mihir</h1>
    <h2>Mihir</h2>
    <h3>Mihir</h3>
    <h4>Mihir</h4>
    <h5>Mihir</h5>
    <h6>Mihir</h6>

    <h1>
        Lorem ipsum dolor sit amet consectetur, adipisicing elit. Optio, odit.
    </h1>

    <p>
        Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse, iste.
    </p>

    <div>
        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dicta, dolorum?
    </div>

    <div>
        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dicta, dolorum?
    </div>

</body>

</html>


Thank You For Reading and Watching 

        Don't Forget to Subscribe Our Youtube Channel and Provide Reviews on Google.

  

Comments

  1. HTML (HyperText Markup Language) is the foundational language used to structure and display content on the web. In full-stack web development Capra Host , HTML is essential for building the front-end structure of websites, allowing developers to create text, images, links, and other elements users interact with.








    ReplyDelete

Post a Comment

Popular posts from this blog

Introduction to Hosting Services

Introduction to Data Science

How to become a Full Stack Web Developer in 2024 ?