Dular SharmaDular SharmaDular Sharma
(Monday - Saturday)
sharmadular7392@gmail.com
Himatnagar
Dular SharmaDular SharmaDular Sharma

Dular Sharma

  • Home
  • Author: Dular Sharma

Seeking Wisdom: 50 Insights from the Journey

17 Views1. Embracing deep change cultivates heroism, fearlessness, and a spirit of service. 2. Prioritizing fitness enhances every aspect of life. 3. Fasting boosts energy, sharpens focus, and saves on groceries. 4. Creating magical moments for family brings unparalleled joy. 5. Others’ opinions are not our concern. 6. Daily reading nourishes the mind in a […]
Read more

The Power of Self-Storytelling: Shaping Beliefs, Creating Reality

11 ViewsStorytelling is a powerful tool that can entertain, inspire, and teach us valuable lessons. The narratives we tell ourselves have a profound impact on how we perceive the world and ourselves. When we repeatedly tell ourselves certain stories, they become ingrained in our beliefs and influence our behavior. It’s crucial to be mindful of […]
Read more

IoT an evolution, which has started revolutionizing business

13 ViewsBefore we proceed to actual theme of blog, it’s useful to start out with some basics, and then jump into the big picture. Internet, terminology itself describe its meaning that it should be something related to interconnected computer networks. Origin of Internet by the United States Federal Government in the 1960s. Some interesting facts […]
Read more

Chapter 16. Forms, Get/Post, Action

2 Views Attributes Description accept-charset Determines which character encodings should be used for form submission. action Specifies the URL where the form data should be sent upon submission. autocomplete Controls whether the browser should enable or disable autocomplete for the form fields. enctype Defines how the form data should be encoded before sending it to […]
Read more

Chapter 15. Images in HTML

1 Views Parameters Description src Specifies the URL of the image. srcset Provides images for different scenarios (e.g., high-resolution displays, small monitors, etc.). sizes Defines image sizes between breakpoints. crossorigin Determines how the element handles crossorigin requests. usemap Specifies the name of the image map to use. ismap Indicates whether the image is a server-side […]
Read more

Chapter 14. Utilizing HTML in Conjunction with CSS

1 ViewsCSS enriches the presentation of HTML elements within a webpage. Inline styling, executed through the style attribute within tags, is generally discouraged. Internal stylesheets, facilitated by the <style> tag, allow for the declaration of rules pertinent to specific sections of the page. Additionally, external stylesheets can be incorporated via the <link> tag, linking to […]
Read more

Chapter 13. Incorporating JavaScript in HTML

2 Views Attribute Specification src Specifies the path to a JavaScript file, either relative or absolute. type Defines the MIME type; mandatory in HTML4, optional in HTML5. async Executes the script asynchronously (for external scripts); no value required except in XHTML. defer Executes the script after page parsing is complete (for external scripts); no value […]
Read more

Chapter 12. Resource Linking

5 ViewsAttribute Breakdown: Attribute Description charset Identifies the character encoding of the linked document. crossorigin Determines how the element handles requests from different origins. href Specifies the location of the linked document. hreglang Indicates the language used in the linked document’s text. media Specifies the device on which the linked document will be displayed, commonly […]
Read more

Chapter 11. Data Attributes

6 ViewsCreated by Dhruv Mahant Last updated: yesterday at 4:51 PM 1 min readSee how many people viewed this page Value Description somevalue entry denotes the purpose of the attribute, specifying its value as a string. Compatibility with Older Browsers: Data attributes were introduced with HTML5, a standard widely supported by modern browsers. However, older browsers predating […]
Read more

Chapter 10. IDs and Classes

5 Views Parameter Details class Indicates the class of the element (non-unique). id Indicates the ID of the element (unique in the same context). Classes and IDs simplify referencing HTML elements from scripts and stylesheets. The class attribute can be applied to one or more tags and is utilized by CSS for styling. However, IDs […]
Read more
Need Help?