Posts

Showing posts with the label HTML tags description

how we add favicon icon in html

Adding a favicon to a static HTML page <!DOCTYPE html       PUBLIC "-//W3C//DTD HTML 4.01//EN"       "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en-US"> <head profile="http://csszilla.blogspot.in"> <link rel="icon"        type="image/png"        href="http://csszilla.blogspot.in"> […] </head> […] </html> add line in your HTML head part which is written in bold characters. 

Basic HTML interviews questions

                           HTML NOTES <img src="">:-image source name(web address or local address) for an image          alt="">:-image url represent(Specifies an alternative text for an image ------------------------------------------------------------------------------------------------------------ <pre> element defines preformatted text. <small> element defines small text:  <abbr>Marking abbreviations can give useful information to browsers, translation systems and search-engines.              (<abbr title="World Health Organization">WHO</abbr>) --------------------------------------------------------------------------------------------------------------------------------------------------------- <bdo> elem...