0% found this document useful (0 votes)
4 views2 pages

HTML - Summary - Worksheet gr8

HTML (Hyper Text Markup Language) is the standard language for creating webpages, organizing content like text and images. HTML5, the latest version, introduces new features such as multimedia support and new structural tags, while maintaining backward compatibility. The document also includes a worksheet with questions and tasks related to HTML and HTML5.

Uploaded by

nesrin.harasis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

HTML - Summary - Worksheet gr8

HTML (Hyper Text Markup Language) is the standard language for creating webpages, organizing content like text and images. HTML5, the latest version, introduces new features such as multimedia support and new structural tags, while maintaining backward compatibility. The document also includes a worksheet with questions and tasks related to HTML and HTML5.

Uploaded by

nesrin.harasis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

HTML Summary and Worksheet (Grade 8)

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.

HTML5 is the latest version and includes many new features:


- It can be used on computers, tablets, and smartphones.
- It has new tags like <header>, <footer>, <article>, <section>, and <nav> to structure
webpages.
- It supports multimedia with tags like <audio> and <video>.
- HTML5 is backward compatible, meaning old webpages still work in modern browsers.

HTML is not case sensitive, quotes around attributes are optional, and the file usually starts
with <!DOCTYPE html>.

Worksheet

Short Answer Questions


1. What does HTML stand for?

2. What is the purpose of HTML5?

Multiple Choice Questions


3. Which of the following is a new HTML5 tag?
A) <bold>
B) <font>
C) <header>
D) <blink>

4. HTML5 is supported by:


A) Only smartphones
B) Old browsers only
C) New and old browsers
D) None

True or False
5. HTML5 can add audio and video to webpages. (True/False)

6. HTML is used to program video games. (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?

Write Simple HTML Code

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.

You might also like