If you do not have photographs to use on your website, there are companies who sell stock images.
The Image be Stock photo (from your deivce) or Online (using the image link)
<img>
, there is no closing tag , just / at the ending of opening taglike <img src="images/quokka.jpg" alt="A family of quokka" title="The quokka is an Australian marsupial that is similar in size to the domestic cat." />
<img src="images/quokka.jpg" alt="A family of quokka" width="600" height="450" />
<p>
<img src="images/bird.gif" alt="Bird" width="100" height="100" align="left" />
here the paragraph </p>
Pexels is the smallest piece of picture or video
color names
These express colors in terms of how much red, green and blue are used to make it up,between 0 and 255.
depend on Hexa code.
There are 147 predefined color names,very limited in number.
Every color on a computer screen is created by mixing amounts of red, green, and blue. you can use a color picker.
Brightness:the quality or state of giving out or reflecting light.
output:   HTML & CSS: Design and Build Web Sites bookdown::https://documentcloud.adobe.com/link/review?uri=urn:aaid:scds:US:25671887-83dc-4fff-81c7-469ffdd4112e: default
<h1>
….<h6>
<p>
, consists of one or more sentences.
<b>
<i>
<sup>
, used : power number<sub>
, used : foot notes or chemical formulas
This is known as white space collapsing
.<br />
add a line break inside the paragraph. “ Line Breaks “<hr />
add a horizontal rule between sections. “ Horizontal Rules “Visual Editors : often resemble word processors, If you copy and paste text from a program that allows you to format text.
Code views : show you the code created by the visual editor so you can manually edit it, or so you can just enter new code yourself.
<strong>
for importance content, the content will be bold.<em>
“emphasis” changed the content , the content will be italic.<q>
used for short quotation, in Paragraph.<blockquote>
when all the Paragraph was a quotation.<abbr>
When the mouse stopped on the word to make you the text of the title.
<cite>
Citation<dfn>
Definition<address>
<ins>
insert, underline<del>
delete<s>
strikethrough