HTML – Adding a Favicon
A favicon is a small image usually displayed in the browser tab that represents your site or your brand. To add a favicon to your site, first create a 32x32px PNG and then link to it in your document <head>.
A favicon is a small image usually displayed in the browser tab that represents your site or your brand. To add a favicon to your site, first create a 32x32px PNG and then link to it in your document <head>.
Images in HTML can be placed on the page using the IMG tag and sized using height and width attributes.
By wrapping and image inside a hyperlink the image becomes a clickable link. This is often uses to allow the user to view a larger version of the image.
The <canvas> tag is used to draw graphics on the page using a scripting language like JavaScript.
SVG stands for Scalable Vector Graphics and is used to define graphics for the web using the XML format.
The <area> tag defines an area inside an ImageMap, which is an image with one or more clickable areas that take the user to different URLs.
The <canvas> tag is a transparent container used to contain graphics on the page that are drawn using a scripting language like JavaScript.
The <embed> tag represents a container for external applications or interactive content (images, videos, animations, etc.).
The <figcaption> tag defines a caption for a photo set inside the <figure> tag.
The <figure> tag is used to mark up a photo in a document to add the <figcaption> tag which defines a caption for the photo.
The <img> tag is used to place an image on an HTML page using the src attribute to link to the image and show it on the page.
An image <map> is an image with specified sections each mapped to accept a different link to different target URLs.
The <object> tag defines a container for an external resource such a web page, image, video, or animation.
The <picture> tag gives web developers more flexibility in including image resources by specifying different images to be used on various display sizes.
The <source> tag is used to specify multiple media resources for media elements, such as the <video> tag, <audio> tag, and <picture> tag.
The <svg> tag defines a container for SVG graphics and has multiple methods for drawing paths, boxes, circles, text, and graphic images.
Area attributes are attributes that can be used in area tags to enhance the behavior of the ImageMap link.
The canvas tag is a transparent container used to contain graphics on the page that are drawn using a scripting language. These are its attributes.
The embed tag represents a container for external applications or interactive content to live. These are the attributes used in the embed tag.