Monday, September 28, 2020

Learn Web Desgin part 2

                                      




 Todey we learn that how can write a paragraph on your websites

so lets start.....

you know one thing that we write all of our code in body

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>


<p>This is a paragraph.</p>

</body>
</html>


so you see the <p></p> tag this is the tag of paragraph.

if you want to bold your paragraph so you can write <p><b>then write your paragraph</b></p>

your paragrap[h was bold the b tag is the bold tag.........

  


Example

A paragraph is marked up as follows:

<p>This is some text in a paragraph.</p>
Try it Yourself »


If you want to do your paragraph italic what you can do??

same as bold tag you write on p like this

<p><i>write your pragraph</i></p>

___________________________________________________________________________________





If You Want To a link in your website what can you do??

The link tag is <a></a>

Type:  <a href="https://https://growfutureus.blogspot.com/">Visit Growfuture.com!</a>



This is the tag of link.use this tag you can add link on your website..


So i think you understand all of thing ..If you dont understand try again you are been success..

So lets see in another part .....
practise this...

2 comments: