Answers for "html viva"

0

html,css,javascript top 50 quetions

<iframe src="URL"></iframe>
Posted by: Guest on January-31-2021
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

Browse Popular Code Answers by Language