Computer Applications
Write the full form of the following protocols :
(a) HTTPS
(b) TCP
(c) SSH
Internet
14 Likes
Answer
(a) HTTPS — HyperText Transfer Protocol Secure
(b) TCP — Transmission Control Protocol
(c) SSH — Secure SHell
Answered By
9 Likes
Related Questions
Write the equivalent CSS code to set the following styles for a web page :
(i) Entire page background color should be yellow
(ii) Second level Heading properties should be as follows :
- Text color should be Red
- Left margin should be 25 px
(i) Write a CSS code to display the first level heading text as My School in Green color and center-aligned.
(ii) Write the CSS code to display the following paragraph below the above mentioned heading :
This is my School I study in class 12
The properties of the paragraph content should be as follows :
(I) Text color should be yellow
(II) Font size should be 25 px
(III) Font style should be bold
Write the HTML code to design the web page as shown below, considering the specifications that follow. You can write the code for any four specifications out of the given six specifications.
Specifications :
- The background color of the page should be yellow and the text for the page should be in blue color.
- Heading 'Home Services' should be the first level of heading.
- The image named service.png should be placed on the web page.
- Font size for the paragraph and the list of services should be 4 and Font face should be Verdana. Superscript tags should be used wherever required.
- The services (as shown in the above web page) should be written with the help of the unordered list.
- The bottom-most line of 'Queries : help@homeservices.com' should be a link to open the user's default mail client to send queries to the mentioned email id.
Write the HTML code to design the below shown web page titled 'Events' considering the specifications as given below. You can write the code for any four specifications out of the given six specifications.
Specifications :
- The background color of the page should be cyan, the font face for the page should be Arial.
- Heading 'Events' should be the first level of heading.
- Font size for the paragraph and the list of products should be 5.
- The schedule (as shown in the above web page) should be written with the help of the numbered list. Superscript tags should be used wherever required.
- The bottom-most lines of 'For any queries …..' and 'Phone : …..' should be in bold.
- The contact email queries@event.com should be a link to open the user's default mail client to send queries to the mentioned email id.