Save
Computer Science 7
Module 4
Save
Share
Learn
Content
Leaderboard
Learn
Created by
hri
Visit profile
Cards (14)
HyperText Markup Language
- This is what HTML stands for.
HTML Line Breaks
- <br> used to break a line in a web page.
Paragraphs
<p>
- it represented in visual media as blocks of text separated
from adjacent blocks by blank lines and/or first-line indentation .
BMP
(
Bitmap Image
) a raster graphics image format used to store bitmap digital images
•
JPG (Joint Photographic Experts Group)
- an image file format used mostly for
photographic images.
•
GIF (Graphics Interchange Format)
- GIF image can be displayed in all web
browsers, it has 8 bit code and can support a maximum 256 colors, it is also the
only choice for putting graphics animation online.
PNG
(
Portable Graphics Format
) - a raster graphics image format that supports
lossless data compression. This support great depth color and can support up
to 24 bit in color.
To insert an image to your HTML document,
<IMG src=“Image filename”>
Hyperlinks
- is an underlined word, image or icon that has been tagged with a
particular HTML command.
HTML Elements
- is defines the HTML documents. HTML Files are consist
of graphics, text, multimedia and tags that describe how the content should be
displayed.
HTML Tags
- is a set of characters add up to a formatted command for a
Web page.
HTML Attributes
- provides additional information about the elements. It
comes in name/value.
cell padding
- This term defines to the space between data inside a cell and the
borders of the cell.
closing tag
- It is also known as the end tag.