
CBSE Notes for Class 7 Computer in Action – Basic HTML Tags
In the previous chapter, we have learnt about the basic structure (HTML, HEAD, TITLE and BODY tags) of an HTML document. In this chapter, we will learn more about the BODY tag and other basic formatting tags required to design a webpage.
Class 7 Computer Science Chapter 8 Introduction to HTML
Dec 16, 2022 · NCERT Solutions for Class 7 Computer Science Chapter 8 Introduction to HTML updated for CBSE and State board session 2025-26. Grade 7 Computer student will find chapter 8 very interesting. They will learn here making web pages using HTML.
CBSE Notes for Class 7 Computer in Action – Introduction to HTML
Let us learn the basics of HTML. DEFINING HTML. HTML is a language used for designing webpages. It is a language that describes the content, format and layout in which a webpage should be displayed over the World Wide Web. Commands in HTML are known as tags.
1. What is HTML? Ans. HTML (HyperText Markup Language) is a programming language used to create web pages. It is simply a collection of certain keywords called tags. 2. What are semantic tags? Ans. Semantic tags enable us to describe the different parts of our web page. e.g. <header>, <footer>, <canvas> etc. 3. What do you mean by DOCTYPE?
Grade 7 Coding and Robotics – Introduction to HTML and Basic …
Sep 17, 2024 · Explain basic HTML structure (doctype, html, head, body). Introduce basic tags: <html>, <head>, <title>, <body>, <h1> to <h6>, <p>, <a>, <img>. Show examples of how each tag is used in a document. Guided Practice (30 minutes): Walk students through creating a …
CBSE Class 7 Computer Science HTML Lists Notes - StudiesToday
Download CBSE Class 7 Computer Science HTML Lists Notes in pdf made as per latest syllabus, includes brief chapter summary and important question with answers
Class 7th Chapter-7 (HTML - Introduction) - Scribd
HTML is a programming language used to create web pages. It uses tags to describe different parts of a web page. There are two types of tags - container tags that have opening and closing tags like <HTML></HTML>, and empty tags that are standalone like <BR>. Attributes provide additional information about tags.
Cottons Class Room: Class 7 - HTML (Ch 7)
Jul 6, 2014 · HTML (Hyper Text MarkUp Language) is used to create web pages. The codes are called tags. The tags are given within < and >. i. Container Tag : It has both opening and closing tags. ii. Empty Tag : It has only an opening tag. ……… …….. Whatever is typed between <title> and </title> will be displayed on the title bar not in the web page.
Cottons Class Room: Class 7 - HTML worksheet 1 - Blogger
Jul 16, 2013 · HTML stands for; Hyper Text Markup Language; Hyper Text Makeup Language; 2. Container element has both. opening and middle tag; opening and closing tag; 3. <br> is. a line break tag; an empty tag; line break and an empty tag; 4. Firefox is . an editor; a web browser; search engine; 5. How would you give the background colour
Class 7 Lesson 6.pdf - Computer - Notes - Teachmint
It is only a simple text editor like Notepad where we type HTML code and link it, to a web browser by the following simple steps:, 1. Click on Start All Programs Accessories ->, Notepad, 2. Type the HTML code or program in the Notepad window., 3.