{"id":1693,"date":"2024-12-21T08:36:18","date_gmt":"2024-12-21T08:36:18","guid":{"rendered":"https:\/\/donhit.com\/en\/?p=1693"},"modified":"2025-02-06T04:17:15","modified_gmt":"2025-02-06T04:17:15","slug":"ml-to-grams","status":"publish","type":"post","link":"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/","title":{"rendered":"mL to Grams Converter"},"content":{"rendered":"<p><center><div class=\"container123\">\r\n        <h2>mL to Grams Converter<\/h2>\r\n        <div class=\"input-group\">\r\n            <label for=\"volume\">Volume (mL)<\/label>\r\n            <input type=\"number\" id=\"volume\" placeholder=\"Enter volume in milliliters\" min=\"0\" step=\"0.01\">\r\n            <div id=\"volumeError\" class=\"error\">Please enter a valid volume<\/div>\r\n        <\/div>\r\n        <div class=\"input-group\">\r\n            <label for=\"substance\">Substance<\/label>\r\n            <select id=\"substance\">\r\n                <option value=\"1\">Water (1 g\/mL)<\/option>\r\n                <option value=\"0.92\">Olive Oil (0.92 g\/mL)<\/option>\r\n                <option value=\"0.789\">Ethanol (0.789 g\/mL)<\/option>\r\n                <option value=\"1.026\">Milk (1.026 g\/mL)<\/option>\r\n                <option value=\"1.36\">Glycerin (1.36 g\/mL)<\/option>\r\n                <option value=\"0.917\">Coconut Oil (0.917 g\/mL)<\/option>\r\n                <option value=\"1.84\">Sulfuric Acid (1.84 g\/mL)<\/option>\r\n            <\/select>\r\n        <\/div>\r\n        <button onclick=\"convert()\">Convert<\/button>\r\n        <div id=\"result\" class=\"result\"><\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        function convert() {\r\n            const volume = document.getElementById('volume').value;\r\n            const density = document.getElementById('substance').value;\r\n            const volumeError = document.getElementById('volumeError');\r\n            const result = document.getElementById('result');\r\n\r\n            \/\/ Validate input\r\n            if (!volume || volume < 0) {\r\n                volumeError.style.display = 'block';\r\n                result.style.display = 'none';\r\n                return;\r\n            }\r\n\r\n            \/\/ Hide error if input is valid\r\n            volumeError.style.display = 'none';\r\n\r\n            \/\/ Calculate grams\r\n            const grams = (volume * density).toFixed(2);\r\n            \r\n            \/\/ Show result with animation\r\n            result.style.display = 'block';\r\n            result.style.opacity = '0';\r\n            result.innerHTML = `${volume} mL = <strong>${grams} grams<\/strong>`;\r\n            \r\n            \/\/ Fade in animation\r\n            setTimeout(() => {\r\n                result.style.transition = 'opacity 0.3s ease';\r\n                result.style.opacity = '1';\r\n            }, 50);\r\n        }\r\n\r\n        \/\/ Add event listener for Enter key\r\n        document.getElementById('volume').addEventListener('keypress', function(e) {\r\n            if (e.key === 'Enter') {\r\n                convert();\r\n            }\r\n        });\r\n\r\n        \/\/ Clear error on input change\r\n        document.getElementById('volume').addEventListener('input', function() {\r\n            document.getElementById('volumeError').style.display = 'none';\r\n        });\r\n    <\/script><\/center><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1693","post","type-post","status-publish","format-standard","hentry","category-convert"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>mL to Grams Converter - DonHit<\/title>\n<meta name=\"description\" content=\"The mL to grams converter tool provides a seamless user experience through an intuitive interface designed for accurate liquid measurement conversions\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"mL to Grams Converter - DonHit\" \/>\n<meta property=\"og:description\" content=\"The mL to grams converter tool provides a seamless user experience through an intuitive interface designed for accurate liquid measurement conversions\" \/>\n<meta property=\"og:url\" content=\"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/\" \/>\n<meta property=\"og:site_name\" content=\"DonHit - World of Tools\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-21T08:36:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-06T04:17:15+00:00\" \/>\n<meta name=\"author\" content=\"DonHit\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DonHit\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"mL to Grams Converter - DonHit","description":"The mL to grams converter tool provides a seamless user experience through an intuitive interface designed for accurate liquid measurement conversions","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/","og_locale":"en_US","og_type":"article","og_title":"mL to Grams Converter - DonHit","og_description":"The mL to grams converter tool provides a seamless user experience through an intuitive interface designed for accurate liquid measurement conversions","og_url":"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/","og_site_name":"DonHit - World of Tools","article_published_time":"2024-12-21T08:36:18+00:00","article_modified_time":"2025-02-06T04:17:15+00:00","author":"DonHit","twitter_card":"summary_large_image","twitter_misc":{"Written by":"DonHit","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/#article","isPartOf":{"@id":"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/"},"author":{"name":"DonHit","@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/0c6ff7dcd8ba4810c56a532f09c33148"},"headline":"mL to Grams Converter","datePublished":"2024-12-21T08:36:18+00:00","dateModified":"2025-02-06T04:17:15+00:00","mainEntityOfPage":{"@id":"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/"},"wordCount":9,"commentCount":0,"publisher":{"@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/0c6ff7dcd8ba4810c56a532f09c33148"},"articleSection":["Conversion Calculators"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/donhit.com\/en\/convert\/ml-to-grams\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/","url":"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/","name":"mL to Grams Converter - DonHit","isPartOf":{"@id":"https:\/\/donhit.com\/en\/#website"},"datePublished":"2024-12-21T08:36:18+00:00","dateModified":"2025-02-06T04:17:15+00:00","description":"The mL to grams converter tool provides a seamless user experience through an intuitive interface designed for accurate liquid measurement conversions","breadcrumb":{"@id":"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/donhit.com\/en\/convert\/ml-to-grams\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/donhit.com\/en\/convert\/ml-to-grams\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Trang ch\u1ee7","item":"https:\/\/donhit.com\/en\/"},{"@type":"ListItem","position":2,"name":"Conversion Calculators","item":"https:\/\/donhit.com\/en\/category\/convert\/"},{"@type":"ListItem","position":3,"name":"mL to Grams Converter"}]},{"@type":"WebSite","@id":"https:\/\/donhit.com\/en\/#website","url":"https:\/\/donhit.com\/en\/","name":"DonHit - World of tools","description":"","publisher":{"@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/0c6ff7dcd8ba4810c56a532f09c33148"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/donhit.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/0c6ff7dcd8ba4810c56a532f09c33148","name":"DonHit","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/donhit.com\/en\/wp-content\/uploads\/2024\/11\/logo-donhit.webp","contentUrl":"https:\/\/donhit.com\/en\/wp-content\/uploads\/2024\/11\/logo-donhit.webp","width":400,"height":267,"caption":"DonHit"},"logo":{"@id":"https:\/\/donhit.com\/en\/#\/schema\/person\/image\/"},"description":"DonHit is a website designed to provide useful tools for everyone. Its primary goal is to support and empower the community. All the tools available on the site are completely free to use.","sameAs":["https:\/\/donhit.com\/en"],"url":"https:\/\/donhit.com\/en\/author\/admin_don\/"}]}},"_links":{"self":[{"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/posts\/1693","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/comments?post=1693"}],"version-history":[{"count":2,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/posts\/1693\/revisions"}],"predecessor-version":[{"id":2049,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/posts\/1693\/revisions\/2049"}],"wp:attachment":[{"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/media?parent=1693"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/categories?post=1693"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/donhit.com\/en\/wp-json\/wp\/v2\/tags?post=1693"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}