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
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