TRENDING NOW

We share knowledge on the Internet. First it started to disseminate technical knowledge. But later, we use many categories. Articles appeared

We talked about several paragraph codes before this. If you don't read it, Go to Link in below,


Then today we are going to teach how to add a image to your website.

  1. Create a .html file.
  2. Code as follows.

Image Tag :


<img src = " yourimage.jpg " >



Let's create a web page

Code :

<html>
    <head>
        <title> Adding a image </title>
    </head>

    <body>
        <img src = "image.jpg">
    </body>
</html>

Preview: 

Before you run this, See if the path you entered has an image.



Download:







We have created a web page before. Let's add an image to the that page today. If you read our second lesson, you may have downloaded that page. If not, To download that go to the second lesson.

How to make a website - Lesson 02

If it is so, let's add an image to that page.

Code:

<html>
    <head>
        <title>
            Sigharaja Forest
        </title>
    <head>

    <body>
        <h1>Sigharaja Forest</h1>

<img src="SinharajaRainForest.jpg">

        <p> The <b>Lion Kingdom</b> is one of the rarest rainforests. It is also known as a World Heritage Site. It belongs to <u>Galle, Ratnapura and Matara districts</u>. This is about <b>23,000</b> acres. The Gin Ganga and the Kalu River flow through the forest.<i> 13 endemic plants, 18 birds, 8 mammals, 3 fish species, 21 reptiles, 10 amphibians</i> live in the Sinharaja. There are 60 species of butterflies and the largest butterfly ( Comman Bird ) in Sri Lanka. </p>
    </body>
<html>

Preview: 


Download:
Comment your problems, Share this with friends, 

Thanks to all who joined, we'll see you in the next lesson
We share knowledge on the Internet. First it started to disseminate technical knowledge. But later, we use many categories. Articles appeared

Ingredients for preparing Diya Rice

  • Cooked rice
  • Water
  • Coconut milk
  • Sliced ​​red onion
  • Raw chilli
  • Baked dried chilli
  • Salt
  • Lime

Let's prepare

  1. Add water to the cooked rice.
  2. Leave it for 7 hours.
  3. After that, remove the water.
  4. After that, coconut milk.
  5. Add coconut milk, red onion, chopped raw chillies, salt, lime and dried chilli.
  6. Now you can eat it.
This diet is a gastric healing medicine

Like Us On Facebook
Subscribe Us On You Tube
Follow Us On Twitter
We share knowledge on the Internet. First it started to disseminate technical knowledge. But later, we use many categories. Articles appeared

How to beware of fraudsters and hackers

The first thing to talk about is the password. Because it's your first line of defense. You need a password and some knowledge to create it. Using strong passwords can strengthen the security of your account. Let's talk about how to do it,

Short passwords are easier to remember, but longer passwords are more secure. 
You should not use your personal information for this.( Eg: Name, Birthday, Phone numbers ) . It reduce your security. Reusing old passwords also reduces your security.

Password creation

  • Pick a few words that are no match.

           Eg: Srilanka House Lion
  • Now delete some of the selected letters in those words.
  • Then replace the removed letters with other symbols.

          Eg: a = 5
                o = %
                i = #

                Sr#l5nk5H%useL#%n
This is a strong password and easy to remember.

Create strong passwords like this one

If you have a questions, leave a comment.Thank You
See you in the next lesson
We share knowledge on the Internet. First it started to disseminate technical knowledge. But later, we use many categories. Articles appeared

What is Cyber Security?

Cyber Security is protecting your personal and private digital data against hackers, fraudsters, or any deviants looking to capitalise on your precious information.

The increasing number of casualties from cybercrime is increasing. It is estimated to be $ 6 trillion by 2021

It can target an organization or even an individual.


If you are a single person,

  • Your bank account details
  • Passwords in social network accounts
  • Your personal information
  • Your Corporate Information
  • Information that could harm you
You have to protect yourself.

If you are an institution,

  • Your company's bank account details
  • Websites and social network passwords
  • Secrets of the Institute
  • Personal Information of Institution Employees
  • Legal information of the institution
Corporate must be protected.


In a survey by Gallup, almost 1 in 4 Americans reported being a cyber criminal.

In another study, The Harris Poll and the American Institute of CPAs, 60% of respondents reported that they or an immediate member of their family were defrauded by online plans.


In future we will tell you how to protect yourself from these problems. Stay with us.

Ask us questions in the comments section below. Thank you.
See you soon with Lesson 2
We share knowledge on the Internet. First it started to disseminate technical knowledge. But later, we use many categories. Articles appeared

We talked about basic codes in HTML. If you don't read it, Go to Link in below,


And Today We are going to talking about How to make a simple page using HTML.


  • First you should  make a .html file on your computer.
  • After that, Follow the instruction.

Functions performed by individual codes.

How to start and finish

  • <html> - Open the web page.
  • </html> - close the web page.
  • <head> - Open the head.
  • </head> - Close the head.
Now you know how to start and finish the code

Tags for text

  • <p> </p> - Paragraph Tag
  •  <i> </i> - Italic text
  • <b> </b> - Bold text
  • <u> </u> - Underline text

Heading Tag

  • <h1> </h1> - Heder 01
  • <h2> </h2> - Heder 02
  • <h3> </h3> - Heder 03
  • <h4> </h4> - Heder 04
  • <h5> </h5> - Heder 05
  • <h6> </h6> - Heder 06

Let's create a web page

Code

<html>
    <head>
        <title>
            Sigharaja Forest
        </title>
    <head>

    <body>
        <h1>Sigharaja Forest</h1>

        <p> The <b>Lion Kingdom</b> is one of the rarest rainforests.It is also known as a World          Heritage Site.It belongs to <u>Galle, Ratnapura and Matara districts</u>.This is about <b>23,000</b> acres. The Gin Ganga and the Kalu Riverflow through the forest.<i> 13 endemic plants, 18 birds,8 mammals, 3 fish species, 21 reptiles, 10 amphibians</i> livein the Sinharaja. Thereare 60 species of butterflies and thelargest butterfly ( Comman Bird ) in Sri Lanka. </p>     </body>
</html>

Preview

 


Hope to see you again in a new Episode