Skip to main content

Posts

Showing posts from September, 2021

C-7 (L-6) HTML

HTML Answer these questions What is a web page? - Each screen displayed on a website is called a web page. What is a website - A website is a collection of many web pages. What do you understand by HTML - Hypertext Markup Language (HTML) is the language that is understand by a web browser for composing text and images for a web page. It is basically a building block for web pages. Why HTML is used - HTML is a building block for web pages, that tells a computer how to display a web page. Define tags and give example. - A web page is made up of several elements such as the title of the page, headings in the page like in a newspaper written text, paragraphs and images. Each element is defined by an html tag. Eg- lessthan symbol( )graterthan symbol, lessthan symbol( )graterthan symbol What are attributes - An attribute is defined as an addition feature that can be added to the HTML elements on our web page.

C-7 (L-5) QBASIC

Lesson-5 Answer these questions What are pixels? - The computer screen is made up of hundreds of picture elements called pixels. How does the number of pixels determine the resolution of display? - Number of pixels horizontally and vertically determine the resolution of the monitor or display. Higher the resolution better is the quality of picture display. The COLOR Command takes in two numbers. What do the two numbers signify? - The color command is used to define the background and foreground colors for the graphics. The color statement can be used as:- Color lessthan symbol( )graterthan symbol, lessthan symbol( )graterthan symbol