Posts

Showing posts from August, 2021

01/09/2021 html

Image
program 1  write a program to display text with line and paragraph breaks. <HTM> <HEAD> <TITLE> Text with Breaks </TITLE> </HEAD> <BODY bgcolor="red"> Hello! Welcome to my personal webpage. I hope you like it. <P> FULL FORMS-     Post Office Protocol (POP)  Transmission Control Protocol (TCP) Internet Protocol (IP) Simple mail transport Protocol (SMTP) File Transfer Protocol (FTP) Hyper Text Transfer Protocol (HTTP) Hyper Text Transfer Protocol Secure (HTTPS) </P> </BODY> </HTML> program 2 write a program to display paragraph in various alignments. <HTM> <HEAD> <TITLE> Text with Breaks </TITLE> </HEAD> <BODY> <font size="20"> <P ALIGN=LEFT> MERA  </P> <P ALIGN=CENTER> BHARAT </P> <P ALIGN=RIGHT> MAHAN </P> </font> </BODY> </HTML>

HTML PROGRAMS CLASS X 26/8/2021

Image
  1.     NO. 1 BASIC STRUCTURE OF HTML:- <html> <head> <title> my first webpage </title> </head> <body> html stands for hypertext markup language. html was developed by Tim Berners Lee. </body> </html>   OUTPUT  NO.2 2.    To make the background appear black, text lime, links yellow, recently visited links red and selected link as cyan.   <html> <head> <title> attribute of body tag </title> </head> <body bgcolor="black" text="lime" link="red" alink="cyan"> html stands for hypertext markup language.   html was developed by Tim Berners Lee. color name            hexadecimal RGB value aqua                 # 00FFFF black             ...

computer science theory

Image
  class ix notes https://bastisangarh1.blogspot.com/ class x  https://bastisangarh.blogspot.com/ videos general science  vitamin https://youtu.be/UqVBC23B7jo india of my dreams https://youtu.be/ZhvgdJJ0zB4 voice phishing (sabka number aayega) https://youtu.be/wU7PvBclo0Y

HTML CLASS X

Image
  Worksheet 1   1. Multiple choice questions:- a. HTML is acronym for i) High Text Marker Language ii) Higher Text Markup Language iii) Hyper Text Markup Language iv) Hyper Transfer Makeup Language b. A coded HTML command that indicates how part of a web page is displayed is called…………… i) Attribute ii) Tag iii) Style iv) All of these c. The tags that require a starting as well as ending tag are called……… i) Pair element ii) Twin element iii) Container element iv) Empty element d. To specify the background image for the document, Background attribute is used with which of the following tags? i) <BODY> ii) <HTML> iii) <P> iv) None of these e. The attribute used to choose the type of font in HTML is i) Character ii) Face iii) Text-type iv) Font-type 2. What is the difference between container tags and empty tags? Ans2. CONTAINER ELEMENTS- This type of HTML elements require pair tags i.e. a starting as well as an ending tag e.g. <TITLE>……</TITLE...

Computer applications CLASS X SYLLABUS Term 1 & 2

Image
 

COMPUTER APPLICATIONS TERM 1 & 2 SYLLABUS

Image