Total Pageviews

15 October 2018

HTML Tags

HTML Tags


HTML tags are element names surrounded by angle brackets: following tags are given as below-


<P>
</P>
Paragraph
<H1>
</H1>
Heading
<br>
</br>
Break
<b>
</b>
Bold
<marquee>
</marquee>
Movement
<body>
</body>
Body content
etc.
etc..
……………………

Here we are using above tags paragraph ,heading,break bold movement tags are used

For example

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

</head>

<body>

 <Marquee>My First Web Page <Marquee>

<h1>My First Heading</h1>

<p>My first paragraph.</p>



</body>


</html>



No comments:

Post a Comment

Contact Form

Name

Email *

Message *