CHAPTER 7: HTML5 – CREATING WEB PAGES

 CHAPTER 7: HTML5 – CREATING WEB PAGES


D 1.  Differentiate between the following

1) Container Tag and Empty tag

The Tags which have both the open and closed tags are called container tag while the tags which have only the open tag is called Empty tag.

2. Physical Style formatting and Logical Style formatting

Physical Style Formatting specifies a particular font change that is interpreted strictly by all browsers while Logical Style Formatting allows a browser to interpret the tag based on browser settings, relative to other text on a web page.

E 1. What is HTML?

HTML stands for HyperText Markup Language. It is used to design web pages.

2. What are semantic tags?

Semantic tags are the one which are used to describe the different parts of the web page.

3. What do you mean by DOCTYPE?

DOCTYPE tag is written at the beginning of a page to specify that the document is written in HTML5

4.  What do you mean by attributes?

Attributes are used to give additional information about the tag.

F 1. What are the main features of HTML5?

1. The main features of HTML5 are given below:

  • HTML5 is not a case sensitive language.
  • Spaces and tabs can be used anywhere in the document as it doesn’t affect the appearance of the document.
  • HTML5 document is saved with .htm or .html file extension.
  • HTML5 document is written in any text editor.

 2. 2. What do you understand by Text Editors?

A text editor is a program that allows a user to enter, change, save and print text.

Examples are Notepad for Microsoft Windows, TextEdit for Apple computers and Gedit for Ubuntu.

3. What is the use of Meta tag?

Meta tag is used to include extra descriptive information that does not appear in the browser window. Metadata can include a page description, author and copyright information, keywords etc.

4. What do you mean by horizontal rule? Write steps to insert it

Horizontal rule or line is used in web page to separate different sections of information.

To insert horizontal rule we have to type <HR> in the area where we want to insert it.

Popular posts from this blog

CHAPTER 3 - ANIMATE - LAYERS AND ANIMATION

CHAPTER 9: PYTHON - CONDITIONAL CONTROL STRUCTURES AND TURTLE

CHAPTER 2 - COMPUTER VIRUS