Computer Science, asked by nobita4430, 8 months ago

Write about attributes of the body tag with syntax and examples

Answers

Answered by Rahul9048
5

Attribute                      Description

bgcolor                      Background color

link                                 Color of text for unvisited hyperlinks

onafterprint                 Function to call user has printed document

onbeforeprint           Function to call when user requests document to be     ,                                       printed

Explanation:

Example:

<!DOCTYPE html>  

<html>  

  <head>

     <title>The beauty of life</title>

  </head>

  <body>

     <h1>The beauty of life</h1>

     <p>This morning I woke up feeling different...</p>

  </body>

</html>

Similar questions