Posts

Showing posts from July, 2026

CLASS X HTML 1

Class X HTML 30-Question Mega Test Class X Computer Applications: HTML Mega Test Topics covered: HTML Document Basics, Web Browsers, Text formatting tags, Header structures, Comment tags, Unordered/Ordered/Description lists with all syllabus attributes, and Font customization options. 1. Which software is used as an interface to access, retrieve, and view web pages on the internet? Text Editor Web Browser Web Server Operating System 2. Which extension is standard when saving a raw HTML document text file? .txt .doc .html .web 3. All text and structural tags intended to display content inside the primary window framework mu...

CHAPTER 5 INSERTING IMAGES AND LIST IN HTML CLASS 8

Image
CHAPTER 5   INSERTING IMAGES AND LIST IN HTML   HTML stands for Hypertext Markup Language.   Markup language is a technique to write documents, describing the general structure of the contents inside the documents and not its actual appearance on the page or on the screen. HTML allows user to link several related information already stored in the computer or server that can be accessed from anywhere around the world. Tim Berners Lee developed the HTML standard in 1989, and the world wide web in 1991. Features of HTML 1. HTML documents are simple text files. Web browsers act as HTML formatters. 2. There is no need of compiling the file as in case of other programming languages. 3. It is not a case sensitive language. 4. HTML documents can be viewed on any type of computer platform. Tools Required to create a webpage 1. Text Editor- A text editor is used to create or compose HTML documents. Examples- Notepad and wordpad. 2. A Web Browser- A Web browser is use...