1. HTML Practical-I 👇
A. This is the very basic code where you can understand how the HTML language works. Like in terms of HTML Body structure, Uses of P tag and open and close tag.
See the Pen HTML Practical 1 by CodeVerse (@zakir-hussain-the-vuer) on CodePen.
In Above code it's showing that How to use P tag
B. This is the very basic code where you can learn How Heading tag works. Like in terms of HTML Body structure, Uses of P tag and open and close tag.
See the Pen HTML Practical 2 by CodeVerse (@zakir-hussain-the-vuer) on CodePen.
In Above code it's showing that How to use Heading tags.
C. This is the very basic code where you can learn How PRE tag works.
See the Pen HTML Practical 3 by CodeVerse (@zakir-hussain-the-vuer) on CodePen.
In Above code it's showing that How to use Pre Tags.