Answers for "interview html questions and answers"

0

html interview questions

<!DOCTYPE html>
<html>
<body>
<h2>HTML example</h2>
Use the height and width attributes to specify the size of the iframe:
<iframe src="<a href="https://www.edureka.co/">https://www.edureka.co/</a>" height="300" width="400"></iframe>
</body>
</html>
Posted by: Guest on January-15-2021

Code answers related to "interview html questions and answers"

Browse Popular Code Answers by Language