Answers for "body, html, * css"

3

how to style body using css

body {
  /*type your styling here*/
}
Posted by: Guest on May-30-2020
1

html body tag

<body>
  <!-- this is the body,the body 
	lement contains all the contents of an HTML document, 
	such as headings, paragraphs, images, hyperlinks, tables,
 	lists, etc -->
</body>
Posted by: Guest on August-25-2020

Browse Popular Code Answers by Language