Welcome to Westonci.ca, the place where your questions are answered by a community of knowledgeable contributors. Experience the convenience of finding accurate answers to your questions from knowledgeable professionals on our platform. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.
Sagot :
A sample HTML code that contains headers, paragraph tags, hyperlinks is
- <h1> This is a header </h1>
- <h2> This is a subtitle heading </h2>
- <p> This is a paragraph </p>
- <a href=”www.brainly.com”> Brainly Website </a>
What is HTML?
This is the building block of a website and is an acronym that means Hypertext Markup Language.
The HTML code that can be used to add a sample image is: "<img src="pic_Brainly.jpeg" alt="Brainly" width="500" height="333">
The src code means the specific location of the external resource
The width and height show how tall and wide the image would be.
The alt shows the alternative information for the image that can be seen when a person hovers over the image on the website.
Read more about HTML and CSS here:
https://brainly.com/question/24051672
#SPJ1
Thank you for choosing our platform. We're dedicated to providing the best answers for all your questions. Visit us again. Thank you for your visit. We're committed to providing you with the best information available. Return anytime for more. We're glad you chose Westonci.ca. Revisit us for updated answers from our knowledgeable team.