You are on page 1of 3

Assignment #1:

Please complete the table below and memorize the important keyboard commands in Notepad:

Notepad/Notepad++ Keyboard Shortcuts


Keyboard/shortcut commands Description
Ctrl-C To copy
Esc Close an open dialog box.
F1 Open the Microsoft help option for Notepad.
F5 To insert the current time and date.
Alt + E Open Edit menu.
Alt + F Open File menu.
Alt + H Open Help menu.
Alt + O Open Format menu.
Alt + V Open View menu.
Ctrl + Tab To give space between text.
Ctrl + [- or +] To zoom in and out the page, press Ctrl and "-" for zoom out and
"+"
for zoom in.
Ctrl + A Select all the text or characters on the page.
Ctrl + E This combination of keys is used to search that letter, word, or
special character
on the Bing search engine. [For that first point the text cursor
behind that letter, word,
or special character]
Ctrl + F or F3 Open the text Find dialog box.
Ctrl + H Open the text Replace dialog box.
Ctrl + I To give space between the text.
Ctrl + J or Ctrl + M This combination of keys is used to break the line.
Ctrl + N Open a new note in the same window.
Ctrl + Shift + N Open a new note in a new window.
Ctrl + P Open the Print dialog box.
Ctrl + S To Save the note.
Ctrl + Shift + S Open the Save dialog box so that you can browse a file location to
save the note.
Ctrl + W Close the Notepad window.
PgUp Go to the top of the page.
PgDn Go to the bottom of the page.
AltGr or F10 Switch the text cursor into the normal select mode.
Left/Right Arrow Moves the text cursor to the left or right side at a time.
Up/Dn Arrow Moves the text cursor to the Up or Down at a time.
Submitted by: Mary Jean B. Occidental
Year & Section: BSME-3B
Submitted to: Ma. Ellen L. Estrellado
Asst. Professor II
Assignment #2: Research: HTML Attributes

Attributes: Fonts have different attributes


Tag/attributes Meaning Description/Functions
<b> </b> Bold Displays the text in boldface
<a>, </a> anchor, for links and labels
<img> inline image
<br /> line break
<p>, <p/> new paragraph
<hr /> horizontal rule
<font>, </font>
<pre>, </pre> Preformatted text creates a separate paragraph
spaces and line-breaks matter
<h1>, </h1> Level-one Heading headings create a separate paragraph
levels go from 1 (largest) to 6
(smallest)
<h6>, </h6> level-six heading
<i>, </i> italic text
<b>, </b> bold text
<tt>, </tt> teletype text
<em>, </em> emphasis
<strong>, </strong> strong emphasis
<cite>, </cite> citation
<big>, </big> big text
<small>, </small> small text
<sub>, </sub> subscript
<sup>, </sup> superscript
<u>, </u> underline deprecated; use cite or strong
<s>, </s> strike-through text deprecated
<strike>, </strike> strike-through text better supported than <s>;
deprecated
<code>, </code> computer code use it to stress the meaning of the
text
<del>, </del> not implemented yet; preferred to
deleted text <strike>
Assignment #3:

COMMON COLOR NAMES AND THEIR HEX VALUES


Hex Value Color Example
#FF0000 Red  FF worth of Red, and no Green
or Blue
#00FFFF Cyan composed of 0% red, 100% green
and 100% blue.
#0000FF Blue Red, Orange and Yellow with red
as central color.
#00008B Dark Blue composed of 0% red, 0% green
and 54.5% blue.
#ADD8E6 Light Blue composed of 67.8% red, 84.7%
green and 90.2% blue. 
#800080 Purple composed of 50.2% red, 0%
green and 50.2% blue. 
#FFFF00 Yellow composed of 100% red, 100%
green and 0% blue.
#00FF00 Lime text-color value on a white
background.
#FF00FF Magenta #140014 is the darkest color,
while #ffffff is the lightest one.
#FFC0CB Pink composed of 100% red, 75.3%
green and 79.6% blue. 
#FFFFFF White #000000 is the darkest color,
while #ffffff is the lightest one.
#C0C0C0 Silver composed of 75.3% red, 75.3%
green and 75.3% blue.
#808080 Gray or Grey composed of 50.2% red, 50.2%
green and 50.2% blue.

#000000 Black  #000000 is the darkest color,


while #ffffff is the lightest one.
#FFA500 Orange  composed of 100% red, 64.7%
green and 0% blue.
#A52A2A Brown composed of 64.7% red, 16.5%
green and 16.5% blue.
#800000 Maroon composed of 50.2% red, 0% green
and 0% blue.
#008000 Green composed of 0% red, 50.2% green
and 0% blue.
#808000 Olive composed of 50.2% red, 50.2%
green and 0% blue.
#7FFD4 Aquamarine #7fffd4 hex color red value is 127,
green value is 255 and the blue
value of its RGB is 212.

You might also like