Search Results for: support

  • What Is Metadata In HTML Documents?: Head Elements Explained

    The head element of an HTML document contains instructions for web crawlers and browsers about how to understand, index, and display your website. In this tutorial you'll learn about the most important pieces to include in the head element and the proper syntax for each.
  • SEO — Search Engine Optimization

    Search engines want to deliver results that are relevant, useful, and high quality. In this tutorial, you will learn the most important steps to take to optimize your website for search engine traffic.
  • Applets

    Learn about Java applets, why not to use them, and how to transition Java-powered content to languages and frameworks supported by modern browsers.
  • <xmp> HTML Tag

    The <xmp> element was used to surround HTML example text that should be rendered without interpreting any HTML elements between the opening and closing <xmp> tags. The element was deprecated in HTML 3.2 and is now obsolete.
  • <img longdesc="">

    Defines a URL at which can be found more information about the image. It was written out of the HTML5 specification, but its status is not quite so clear as other deprecated features.
  • <img align="">

    Was previously used to specify the alignment and placement of an image relative to the surrounding text. It has been deprecated and should not be used.
  • <img hspace="">

    Previously used to add horizontal space on both side of an image. It is now deprecated.
  • <img ismap>

    Identifies an image as a server-side image map. When the containing anchor link is clicked, the coordinates of the mouse will be included in the request.
  • <img dynsrc="">

    An early failed attempt to include native video playback in HTML.
  • <img controls>

    Toggled media player controls when used in conjunction with the dynsrc attribute. Both attributes are now deprecated.
  • <img start="">

    Was used in conjunction with the dynsrc attribute to add a video that would load in supported browsers in the place of the image that would otherwise be displayed.
  • <link title="">

    Assigns a name to different linked resources so that users can choose between them.
  • <listing> HTML Tag

    The <listing> element was intended as a way to render HTML code on a page. It was never properly supported, and is now deprecated. Using <listing> will almost certainly result in unexpected results. Instead, use <code>, or place the content in a <div> with the appropriate CSS styling.
  • <menu> HTML Tag

    The <menu> element defines an instance of a menu. This experimental HTML feature has very limited browser support, but may soon be an effective way to add menu items to context menus and to create interactive web application menus.
  • <noembed> HTML Tag

    The <noembed> element was conceived as a way to provide fallback content to users whose browsers did not support the <embed> element. In HTML 4.02 <noembed> was deprecated in favor of <object> to provide fallback content.
  • <noframes> HTML Tag

    The <noframes> element was used within a parent <frameset> to provide fallback content for users whose browsers did not support <frame> content. Frames have been deprecated, so the <noframes> element should not be in use on modern websites.
  • How To Use In Your HTML

    The <noscript> element contains HTML content that will be rendered if a user viewing the webpage does so using a browser that does not support scripts or has disabled scripts.
  • <samp> HTML Tag

    The <samp> element is used to identify text that should be interpreted as sample output from a computer program. By default, browser render <samp> element contents in a monospace font.
  • <script for="">

    Disclosure: Your support helps keep the site running! We earn a referral fee for some of the services we recommend… Read More...