My Blog

    • Sample Page
Illustration of a bird flying.
  • HTML Ordered List | HTML Numbered List

    HTML Ordered List or Numbered List displays elements in numbered format. The HTML ol tag is used for ordered list. We can use ordered list to represent items either in numerical order format or alphabetical order format, or any format where an order is emphasized. There can be different types of numbered list: To represent different…

    October 22, 2022
  • HTML <object> tag

    HTML <object> tag is used to embed multimedia files on webpage. The <object> tag can include multimedia files such as video, audio, image, PDF, Java Applets, or another page on your page. HTML <param> tag also used with <object> tag to pass parameters to plugin which has been included with <object> tag. If you insert…

    October 22, 2022
  • HTML NoScript Tag

    HTML <noscript> tag is used to define an alternate content for the users who have disabled scripting from the browser and want to access the web page. The <noscript> element can be used within <head> and <body> tags. While using noscript tag inside <head> element, <noscript> must contain <link>, <style>, and <meta> tags. The text inside…

    October 22, 2022
  • HTML <noframes> tag (Not supported in HTML5)

    HTML <noframes> tag is used to contain an alternative text to display if the browser does not support the <frame> content. It will only work, if the browser does not support the frame else, it will be ignored by the browser. The <noframes> tag should be used within <frameset> element. Syntax Following are some specifications…

    October 22, 2022
  • HTML <nav> tag

    HTML <nav> tag is used to represent a section which contains navigation links, either within current document or to another document. Examples of some navigation links are menu, table of contents, indexes, etc. The <nav> tag is newly added tag in HTML5. Syntax: Following are some specifications about the HTML <nav> tag Display Block Start…

    October 22, 2022
  • HTML Meter Tag

    HTML <meter> tag is used to measure data within a given range. It defines a scalar measurement with range. It is also known as a gause. It should be used to display disk usage, voting population etc. The HTML meter tag is new in HTML5 so you must use new browsers. Attributes of HTML Meter Tag…

    October 22, 2022
  • HTML <meta> tag

    HTML <meta> tag is used to represent the metadata about the HTML document. It specifies page description, keywords, copyright, language, author of the documents, etc. The metadata does not display on the webpage, but it is used by search engines, browsers and other web services which scan the site or webpage to know about the…

    October 22, 2022
  • HTML <menu> tag

    HTML <menu> tag specifies a list or menu of commands that a user can perform or activate. It is used for creating context menu as well as lists menu. A <menu> element can contain one or more <li> or <menuitem> elements within it. Syntax Following are some specifications about the HTML <menu> tag Display Inline…

    October 22, 2022
  • Marquee HTML

    The Marquee HTML tag is a non-standard HTML element which is used to scroll a image or text horizontally or vertically. In simple words, you can say that it scrolls the image or text up, down, left or right automatically. Marquee tag was first introduced in early versions of Microsoft’s Internet Explorer. It is compared with Netscape’s…

    October 22, 2022
  • HTML <mark> tag

    HTML <mark> tag is used to highlight the some text part inside of another element such as paragraph, for reference or any notation purpose. This is a newly added tag and introduced in HTML5. In most of the browser, the text contained with <mark> tag renders with the yellow background, but it can be changed…

    October 22, 2022
←Previous Page
1 … 100 101 102 103 104 … 113
Next Page→

My Blog

Proudly powered by WordPress