HOW TO ADD SPACE IN HTML?
-
- we add space by adding
HOW TO INSERT IMAGES IN HTML?
- <body>
<img src="car.jpg" alt='error">
- we write error so that picture can be inserted successfully.
- we can also adjust width of the inserted image by,
- <img src="car.jpg" alt='error" width="200px">
HOW TO INSERT VIDEOS IN HTML?
- <video src="my video" width="100px" controls></video>
0 Comments