HTML Style tag
The HTML style tag is used to define the CSS for the document styling. The <style> tag is placed in the <head> section of the HTML document.
Syntax of the HTML style tag
<head>
<style>
h1{
color: tomato;
}
p{
border: 1px sol...
sriparthu1014.hashnode.dev1 min read