- 1
Can anyone explain me the code that what does it mean??
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <div class ="section"> <h1><span>My Media</span></h1> <iframe hight="150" width="300" src="http://www.youtube.com/embed/Q6_InVJZ88"allowfullscreenframeborder="0"></iframe> </div> </body> </html>
1 Answer