Html..

·

1 min read

HTML-HyperText Markup Language

It is used to structure our webpage how our page will look like, which text and image should be on the webpage.

Tags in HTML

Their are tags in html that are used to structure our webpage.

Tags -> <openingTag> </ClosingTag>

Their are some tag which has only opening tag are called empty tag.

Some tags example:

<h1>Text/Content written Here</h1>

<p>Content</p>

Element in HTML

Collection of tag and content is html element.

ex: <p>Content</p> this is an html element

Comments in HTML

Comments are very useful in every prog language

It helps other to understand our code

when we write any code complexity we have to give comment so others developers will understand.

In HTML commets are written as

<!-- This is a commet -->

From Tomorrow we will code and understand better.

(Hinglish)

Ye sab toh abhi sirf upar upar se h, kal ander tak jayege...

Kuch Baatein aur bhi h

DAY_5 21_Jan(Saturday)_2023