My Blog

    • Sample Page
Illustration of a bird flying.
  • HTML <bdi> tag

    HTML <bdi> tag stands for Bidirectional Isolate Element. It is used to inform the browser to isolate the span of text which may be formatted in opposite directions than the surrounding text. This tag is new in HTML5 and useful for languages such as Arabic or Hebrew, or if the browser dynamically inserts some text…

    October 21, 2022
  • HTML <basefont> tag

    (Not Supported in HTML5) HTML <basefont> tag was used to specify the default value of font-size, color, and font-family for all content written within an HTML document. Syntax: In HTML the closing tag </basefont> is not required but in XHTML the end tag is required. Following are some specifications about the <base> tag Display None…

    October 21, 2022
  • HTML <base> tag

    HTML <base> tag is used to specify a base URI or URL to use for all relative links contained within an HTML document. Only one <base> element can be specified within a document, and it must be placed within <head> element. We can also specify how other links should open (in the same window, in…

    October 21, 2022
  • HTML bold tag

    HTML bold tag is represented by <b> tag. HTML <b> tag is used to display the written text in bold format. It is strictly a presentational element. If you want to show your text in bold letters and not have real semantic meaning, then put it within <b>…….</b> tag. Difference between HTML <b> and <strong> tag The…

    October 21, 2022
  • HTML Audio Tag

    HTML audio tag is used to define sounds such as music and other audio clips. Currently there are three supported file format for HTML 5 audio tag. HTML5 supports <video> and <audio> controls. The Flash, Silverlight and similar technologies are used to play the multimedia items. This table defines that which web browser supports which audio…

    October 21, 2022
  • HTML Aside Tag

    The HTML <aside> tag provides information about the main content. According to W3C definition, the <aside> element represents content that forms the main textual flow of a document. HTML aside is a new tag introduced in HTML5. HTML aside tag example Output: I don’t want to live in london, I wish; I could buy a…

    October 21, 2022
  • HTML Article Tag

    The HTML <article> tag defines an independent self-contained content in a document, page, application or a site. The article tag content makes sense on its own. It is independent and complete from other content shown on the page. This tag is generally used on Forum post, Blog post, News story, comment etc. HTML article tag example Output: Narendra…

    October 21, 2022
  • HTML <area> tag

    Description: The <area> tag defines the clickable areas or active areas inside the image-map which are associated with the hyperlinks. If you click on those areas then it will perform some action such as open a new image, new URL, etc. This tag is always used with <map> element. Inside an image map different areas…

    October 21, 2022
  • HTML <applet> tag (Not supported in HTML5)

    HTML <applet> tag was used to embed the Java applet in an HTML document. This element has been deprecated in HTML 4.0 and instead of it we can use <object> and newly added element <embed>. The use of Java applet is also deprecated, and most browsers do not support the use of plugins. Syntax: Following…

    October 21, 2022
  • HTML <address> tag

    HTML <address> tag is used to specify the authorship information of the article or webpage. It can contain any type of information which is needed such as, URL, physical address, phone number, email, other links, etc. The <address> tag is useful for various contexts such as business contact information in the header of the page,…

    October 21, 2022
←Previous Page
1 … 106 107 108 109 110 … 113
Next Page→

My Blog

Proudly powered by WordPress