HTML Quiz - Module 1
अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!
what is the correct HTML for creating a hyperlink?
<a href="http://www.uum.edu.my">uum</a>
what is the correct html element for inserting a line break?
<br>
choose the correct html element for the largest heading?
<h1>
which html element is used to specify a header for a document or section?
<header>
what is the correct HTML for inserting an image?
<img src="image.jpg" alt="MyImage">
which HTML element defines the title of a document?
<title>
which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
alt
what does html stand for?
hyper text markup language