14 15 16 Web Design Basics 17 18 19 20

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter7: Input/output Technology
Section: Chapter Questions
Problem 3VE
icon
Related questions
Question

Nest an img element within the header element below the heading element. Use images/web-design.jpg for the value of the src attribute. Add an alt attribute with a value of computer with the text web design. Add a height attribute with a value of 326px and add a width attribute with a value of 450px.

 

14
15
16
<header>
<!-- Use the header area for the website name or logo. The header contains static content. Update "My Template" with the name of business. -->
<h1>Web Design Basics</h1>
17
18
19
<img src="web-design.jpg" alt="computer with the text web design" style="width: 450px; height:326px;">
</header>
20
Transcribed Image Text:14 15 16 <header> <!-- Use the header area for the website name or logo. The header contains static content. Update "My Template" with the name of business. --> <h1>Web Design Basics</h1> 17 18 19 <img src="web-design.jpg" alt="computer with the text web design" style="width: 450px; height:326px;"> </header> 20
AI-Generated Solution
AI-generated content may present inaccurate or offensive content that does not represent bartleby’s views.
steps

Unlock instant AI solutions

Tap the button
to generate a solution