My Blog

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

    HTML <source> tag is used as a child element to define more than one media resources for <audio>, <video>, and <picture> element. It is used to provide the same media content with different formats such as mp3, mp4, etc. When we embed multiple resources with the same content but different format then the browser may…

    October 22, 2022
  • HTML <small> tag

    HTML <small> tag makes text font by one size smaller than the document?s base font size (Such as large to medium, medium to small, etc.) In HTML5, <small> tag is used for identifying secondary importance such as copyright, side comments, and legal notices. Syntax: Following are some specifications about the HTML <small> tag Display Inline…

    October 22, 2022
  • HTML <select> tag

    HTML <select> tag is used to create a drop down list with multiple options. The <option> element is nested within <select> tag for defining options in a list. The <optgroup> element can be used for grouping related options in a list. If you want to send data to server then use <select> tag within <form>…

    October 22, 2022
  • HTML Section Tag

    The HTML <section> tag is used to define sections in a document. When you put your content on a web page, it may contains many chapters, headers, footers, or other sections on a web page that is why HTML <section> tag is used. HTML <section> is a new tag introduced in HTML5. HTML section tag…

    October 22, 2022
  • HTML Script Tag

    HTML script tag is used to specify client-side script such as JavaScript. It facilitate you to place a script within your HTML document. JavaScript is used for image manipulation, form validation, and dynamic content. The syntax of script tag is given below: Attributes of HTML script tag Attribute Description Compatibility src It specifies the URL of…

    October 22, 2022
  • HTML <samp> tag

    HTML <samp> tag is a phrase tag which is used to represent the sample output from a computer program or a script, in the browser. The content written between the <samp> and </samp>, tags renders in a browser?s default monospace font. Syntax: Following are some specifications about the HTML <samp> tag Display Inline Start tag/End…

    October 22, 2022
  • HTML <s> tag

    HTML <s> tag is used to represent the range of content which is no longer accurate or relevant in some way. The text written between <s> (start) and </s> (end) tag, renders as a strike a line through the text. Syntax Following are some specifications about the HTML <s> tag Display Inline Start tag/End tag…

    October 22, 2022
  • HTML <ruby> tag

    HTML <ruby> tag is used to represent ruby annotations on the web page. Ruby annotations are useful if we want to show the pronunciation of East Asian characters like Chinese and Japanese Chinese. The <ruby> tag enclosed one or more <rt> elements which give the pronunciation of ruby annotations and displays above the annotation characters.…

    October 22, 2022
  • HTML <rt> tag

    HTML <rt> tag provides translation, pronunciations, or transliteration information for the east Asian characters present in ruby language annotation. The <rt> tag must be enclosed within <ruby> and <rp> (optional) element. The <rt> tag is new in HTML5. Syntax Following are some specifications about the HTML <rt> tag Display Inline Start tag/End tag Both Start…

    October 22, 2022
  • HTML <rp> tag

    HTML <rp> tag is used to provide fall back parenthesis for the content which is to be shown in the browser, if browser does not support display of ruby annotations. The ruby annotations are used to display certain characters in several Asian languages, using <ruby> element. The <rp> tag must enclose the <rt> element with…

    October 22, 2022
←Previous Page
1 … 98 99 100 101 102 … 113
Next Page→

My Blog

Proudly powered by WordPress