Thursday 24 May 2018

O level M@-R4-01-2018

1. A webpage displays a picture. What tag was used to display that picture?
(a) pictur
(b) Image
(c) Img
(d) Src
2. <b> tag makes the enclosed text bold. what is other tag to make text bold?
(a) <strong>
(b) <dar>
(c) <black>
(d)<emp>
3. Which tag inserts a line horizontally on your web page?
(a) <hr>
(b) <line>
(c)<line direction ="horizontal">
(d) <tr>
4. Which of the following protocol is used by remote login?
(a)telnet
(b)ftp
(c)smtp
(d)ntp
5.What  should be the first tag in any HTML document?
(a) <head>
(b) <title>
(c) <html>
(d) <document>
6.

Saturday 19 May 2018

What is SMTP and which are the default SMTP ports

Simple Mail Transfer Protocol (SMTP) is the standard protocol for sending emails across the Internet.
     By default, the SMTP protocol works on three ports:
  • Port 25 - this is the default SMTP non-encrypted port
  • Port 2525 - this port is opened on all SiteGround servers in case port 25 is filtered (by your ISP for example) and you want to send non-encrypted emails with SMTP
  • Port 465 - this is the port used if you want to send messages using SMTP securely

O level M@-R4-01-2018

1. A webpage displays a picture. What tag was used to display that picture? (a) pictur (b) Image (c) Img (d) Src 2. <b> tag make...