Hi! friends,
Today, I have learned about HTML code.
The few things were explained to me.
Let's see what was this , here is the code of
HTML,
<html>
<head>
<title>The basic building blocks of HTML.
</title>
<title>The basic building blocks of HTML.
</title>
</head>
<body>
<h1>The building blocks.</h1>
<p>This is a paragraph tag.</p>
<p style='color:red'>The style is attribute of paragraph.</p>
<span>This is span.</span>
</body>
</html>
This is the code, which you can try it yourself.And checkout the output.
No comments:
Post a Comment