Write HTML code to create the following webpage.
Apply Heading 1 for the text 'List of Useful Website’ and underline it. Insert hyperlink to Internet Services that points to www.merokalam.com. Insert a horizontal line after the List of Useful Websites heading. Display any image in 400 x 300 pixels below the horizontal line.
List of Useful Websites.
O Google
O Wikipedia
O Yahoo
O Bing
PS: i really need this so pls dont scam me :')
Answers
Answered by
1
Answer:
To make a hyperlink in an HTML page, use the <a> and </a> tags, which are the tags used to define the links. The <a> tag indicates where the hyperlink starts and the </a> tag indicates where it ends. Whatever text gets added inside these tags, will work as a hyperlink. Add the URL for the link in the <a href=” ”>.
Similar questions