HTML Images

Images
          A website needs pictures to make things more interesting. To include an image it needs to have a certain tag < img src = " " >. An image can also be used as a background < body background = "" >. In order to use an image it needs to be saved first and whatever the  name saved would be the one going in the quotation marks.

                     Example: < html >
                                     < head >
                                     < title > Images < /title >
                                     < /head >
                                     < body background = "abc">
                                     < h1> how to < /h1 >
                                     < p>
                                        abcdefghi....
                                     < /p >
                                     < img src = "def" >
                                     < /body >
                                    < /html >
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

No comments:

Post a Comment