How to add Image in webpage .

How to add Image in webpage .


Hello Friends ,

Today , we learn how to add a Image in Website.

1  First , Open a Notepad

2  Write the Code in Notepad

<html>
<title>
welcome</title>
<body>

<h1> hello  </h1>

<img src="horse.jpg" alt="horse" style="width:304px;height:228px;">
<br>

</body>

<html>




img src means the image source or where you will find it.

How to Change Font color , Font Size .

How to Change Font color , Font Size .

How to Change Font color , Font Size , Font

Step 1   Open notepad.
   

HTML uses American spelling so be careful at times.
Font colour in HTML is <font color>
You need to tell it the font colour you want to use, so the tag would be <font color=red> and then you need an end of font colour tag which is </font>

Follow this code to change the colours:



Save your work. 
Go to your webpage and refresh.
It should look something like this


step 13a


2  Font Size

Now type in the <font size=”7”> tag and put an end of font tag </font>


step 17




Repeat for the other font sizes
Save your notepad version and look at your web page version
It will probably look something like this:

step17a

Your font goes from being very large (size 7) down to very small (size 1)


How to use Heading Tag or Heading Style with Example

How to use Heading Tag or Heading Style with Example

The <h1> to <h6> tags are used to define HTML headings.
 <h1> defines the most important heading.
<h6> defines the least important heading.

1  Open  Notepad  ,
    Now you can put on heading size tags. 
    These come with numbers with 1 being the largest and 6 being the smallest:
   <h1>  </h1>
    Put on <h> start and end tags from <h1> to <h6> as shown here

step12


2   Save your notepad version

3.  Go to your webpage version and refresh.
     It should look something like this

    step 12a

 
 Ask, if any query.