Skip to main content

What is ELEMENTS

Start tag and End tag is everything in elements

<tagname> content...... </tagname>

example: <h1> heading1 </h1>


The following example four HTML Elements (<html>, <body>, <h1> and <p>):

In a previous blog we learn a heading tags:

Paragraph Elements

Here we learn about paragraph tag: paragraph tag start with.... 

<p> my first paragraph </p>

Line Breaking Element

<br> tag use in when we want to break a line here we use:

Horizontal Line Element

<hr> tag use for a Line 







Comments