Computer Science, asked by 400004109, 1 month ago

1 Write a HTML script to display your bio-data in a web page. Background color should be Aqua and text color should be Red. ​

Answers

Answered by amitnrw
3

HTML script to display your bio-data in a web page

Background color Aqua

Text Color Red

<html>

<header>

   <ti tle>Amit Garg's Resume</ti tle>

 </header>

 <body bgcolor="aqua" text="red" >

   <hr>

   <h1>Amit Garg</h1>

   <h4>R&D,QA -LV Switchgear , Freelancer Edtech</h4>

   <h2>Portfolio</h2>     

 <h2>Education</h2>

   <h3>CRSCE Murthal</h3>

  <h4>B.E. ELECTRICAL</h4>

   <h2>Professional Experiences</h2>

   <h3>Subject Matter Expert / Online Instructor</h3>

   <h4>Brainly</h4>

   <h5>Present</h5>

     <ul>

       <li>Online answering</li>

       <li>Teach students worldwide</li>

     </ul>

   <h3>R&D QA Head LV Switchgear</h3>

         <ul>

       <li>Team Management</li>

       <li>QA , QMS , R&D</li>

     </ul>

 </body>

 <footer>

 <hr>

     </footer>

</html>

Learn more

True /False•A web browser is used to view a HTML docu ment .•Tags ...

brainly.in/question/17648237

Which HTML tag would be used to display power in expression (A+B ...

brainly.in/question/6139200

Which is a valid physical style in HTML? (Choose any two correct ...

brainly.in/question/7907390

Which tag inserting a line horizontally on your web pages ? A) b) c) d

brainly.in/question/6139087

Answered by Anonymous
2

<html>

<html>

<head>

<title>Hire Me!</title>

</head>

<body>

<p>I am Lee Park. Hire me for your company, because my work is <b>off the

hizzle</b>.</p>

<p>My skills include:</p>

<ul>

<li>Fast typing (nearly 12 words/minute).</li>

<li>Extraordinary pencil sharpening.</li>

<li>Inventive excuse making.</li>

<li>Negotiating with officers of the peace.</li>

</ul>

</body>

</html>

  \\ \ \\ \\ \\ \\

Similar questions