HTML Img Tag

August 05, 2017

HTML img tag :


Definition and Usage. The <img> tag characterizes a picture in a HTML page. The <img> tag has two required properties: src and alt. Note: Images are not in fact embedded into a HTML page, pictures are connected to HTML pages. The <img> tag makes a holding space for the referenced picture.

<img src="">
    Specifies the URL of an image to be displayed.

<img src="/wp-content/uploads/flamingo.jpg">
 
image src :
Definition and Usage. The required src attribute specifies the URL of the image.

HTML ALT:
The expression "ALT tag" is a typical shorthand term used to refer to the ALT attribute inside in the IMG tag. Whenever you utilize a picture, make certain to incorporate an ALT tag or ALT message inside the IMG tag.

What is an HTML Links?

August 05, 2017

HTML Links:


Links that express different sorts of connections have at least one Links sorts indicated in their source grapple. The parts of a connection characterized by An or LINK are indicated by means of the rel and rev characteristics. For example, joins characterized by the LINK component may portray the position of an archive inside a progression of reports.

What Is Difference Between Inline And Block

July 31, 2017

HTML Block And Inline elements :

HTML Block Element : 

A block-level element dependably begins on another line and takes up the full width accessible (extends to one side and perfectly fine as it can).

HTML Inline Element : 

An inline element does not begin on another line and just takes up as much width as important. This is an inline <span> element inside a passage.


        Inline                                 Block
text <br> text               <p> text   </p>    
text <br> text              <div> text </div>  
text <b>  text              <h1> text  </h1> 
text <em> text                    <form>  
   <img> <a>







What is an attribute?

July 21, 2017

What is an attribute?


An attribute is a characteristic of a page element, such as a font. An HTML user can set font attributes, such as size and color, to different values.
Example 1:

 <h2 title="Hypertext Language Markup">HTML</h2>
 

HTML

What is HTML5 and What is it used for?

July 21, 2017

lesson 1 - What is HTML5?


HTML5 is the most recent rendition of Hypertext Markup Language Bases of every
web page. Heper link invented in 1990s.

What is it used for?

The code that describes site pages. It's really three sorts of code: HTML, which gives the structure; Cascading Style Sheets (CSS), which deal with introduction; and JavaScript, which gets things going.
Powered by Blogger.