1. Your name Use an h1 header that you have configured, using element selector w
ID: 3697405 • Letter: 1
Question
1. Your name
Use an h1 header that you have configured, using element selector with drop shadow text, transparent background color, and a sans-serif font
2. A description of your favorite hobbies and activities
Configure a CSS class that stylizes this description list
3. A photo of yourself (be sure to optimize the image for display on the Web)
Write the CSS for an id called holder that is configured to 80% width and centered Put your photo in a in a
that uses the id holder Make sure that your image is accessible by using an alt tag, etc. Make this image a hyperlink by adding a link to it to a favorite hobby site or your email with a mailto link.
Don't link the css with the html code.
Explanation / Answer
<html>
<head>
<h1>CH>Ramchander</h1>
<img src="kj.jpeg">
<head>
<body>
<ol>HOBBIES ARE<ol>
<li>Skating<li>
<li>Solving Questions<li>
<li>Delivering lectures<li>
</body>
</html>
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.