The Study of Canva: Group 1
The Study of Canva: Group 1
The study of
Canva
TT Introduction To
Canva
HTML <body>
bgcolor
Attribute
CSS Background
- Color Property
TT
Attribute specifies the
O
Introducing Canva. The syntax of CSS background-
OO
DD Attribute Designs Background
P
Values Image
Y
II
Y Illustration
HTML Images
Syntax
Applying Image
in HTML
SS
Some examples of bacround
designs.
Applying image in Html Running the code with image URL.
CC
Introduction to Canva
What exactly is Canva, and how does it work?
document.
Syntax of HTML <body> bgcolor Attribute:
<body bgcolor="color_name|hex_number|rgb_number">
CSS background-color property
Syntax of CSS background-color property:
<body style="background-color:color_name|hex_number|rgb_number">
Search
"https://www.rapidtables.com/web/color/RGB_Color.html" for
LAYOUTS
Background Image
Select the design type in Canva. Choose from their
professional graphic design components library, which
includes banners, icons, frames, and more. Upload your
own photographs or select from over 1 million stock
images. Retouch your photos, apply eye-catching
effects, and change the text.
Illustration
These are two examples of background
images created with Canva.
HTML Images
Syntax
An image can be included in a web page
The <img> tag is empty, it contains attributes
using the HTML <img> tag Images are not
technically inserted into a web page; only, and does not have a closing tag.
images are linked to web pages. The <img> The <img> tag has two required attributes:
tag creates a holding space for the src - Specifies the path to the image
referenced image.
alt - Specifies an alternate text for the
image
Applying Image in HTML
Type <<img src="url" Locate your image can be Run the code
alt="alternatetext"> in url or in file location
Note: Alt is the other way to show the Note: You can change the size through There you have your image in your new
image if the systmes doesn't find it. width and height web page.
Thank You!