HTML - Summary - Worksheet gr8
HTML - Summary - Worksheet gr8
Summary
HTML (Hyper Text Markup Language) is the standard language used to create webpages. It
helps organize and display content like text, images, videos, and links on the internet.
HTML is not case sensitive, quotes around attributes are optional, and the file usually starts
with <!DOCTYPE html>.
Worksheet
True or False
5. HTML5 can add audio and video to webpages. (True/False)
Simple Questions
7. Name two text editors you can use to write HTML code.
8. What happens if <img> tag has no 'src' attribute?
11. Write an HTML5 code to create a simple webpage with a title and a heading ‘my first
web page'.
12. Write an HTML5 code to display an image named 'tree.jpg' with height 150 and width
250.