المشاركات

Day 38

 These elements allow us to indicate that part of the text has been changed. The element Description <del> Represents text that has been removed from the document. This text is usually displayed with a strike-through but is not required. <ins> A representation of text added to the document. This text is usually displayed underlined but not required

Day 37

 To create interactive content in web applications, HTML supports the use of scripting languages, especially JavaScript, and there are several elements available to support this capability. The element Description <canvas> Use the element <canvas>with its API to draw and animate graphics. <noscript> The element defines <noscript>a section of HTML code that will be added to the page if the element is not <script>supported by the browser or JavaScript is disabled by the user. <script> Include or refer to an executable script

Day 36

  <picture> The element represents <picture>a container used to specify multiple sources across the element <source>for an image <img>contained within it; the browser will choose the most appropriate source for the image based on the layout of the page (i.e. the box the element is contained in) and the device on which the image will be displayed (whether it is a standard or high-resolution screen)

Day 35

 <param> The element defines <param>the parameters of the element <object>. <source> The <audio> element specifies <source>multiple sources of multimedia files within the <picture><audio> element <video>. This element is empty, and its most common use is to provide the same multimedia content but in different formats so that the browser can play the most appropriate one.

Day 34

  In addition to multimedia, different types of content can be included in HTML documents, even if that content is not always easy to work with. The element Description <embed> An element represents <embed>an insertion point for an external application or interactive content (in other words: a plug-in). <object> An element represents <object>an external resource, which can be treated as an image, or as a resource that will be processed by an external plugin

Day 33

 <map> The element is used <map>with an element <area>to define a map of the image (i.e. a clickable area of ​​the image). <track> The element is used <track>within the element <audio>or <video>allows you to use temporary text tracks such as subtitles for videos. These tracks are in the WebVTT format (and their files have the extension of .vttany Web Video Text Tracks)

Day 32

 HTML supports embedding multimedia such as images, audio, and video. The element Description <area> Defines a region in an image map, and that region can (optionally) be associated with a hyperlink. This element can only be used within a <map>. <audio> Embed audio content in documents, which may contain one or more source files represented using the property srcor via the element <source>, and the browser will choose the most appropriate audio files to play