Java Games: Flashcards, matching, concentration, and word search.

2024-25 MTA-External Links, Color Values, Comments, and CSS

AB
target attributespecifies where to open the linked document
_blankopens the linked document in a new window or tab
_selfopens the linked document in the same window/tab as it was clicked
_parentopens the linked document in the parent frame
_topopens the linked document in the full body of the window
hex #000000RGB color black
hex #FFFFFFRGB color white
hex #FF0000RGB color red
hex #00FF00RGB color green
hex #0000FFRGB color blue
<!-- This is a comment -->HTML5 comment
/* This is a comment */CSS comment
<link rel="stylesheet" type="text/css" href="mystyle.css">External CSS
<style>h1 {color: maroon;}</style>Internal CSS
<p style="color:red;">This is a paragraph.</p>Inline CSS
repeatThe background image is repeated both vertically and horizontally. Default
repeat-xThe background image is repeated only horizontally
repeat-yThe background image is repeated only vertically
no-repeatThe background-image is not repeated. The image will only be shown once
By default, unvisited linkunderlined and blue
By default, visited linkunderline and purple
By default, active linkunderline and red
<svg> elementallows vector based graphics
<canvas>used to draw graphics on a web page
Start tag for HTML5<!DOCTYPE html>


Teacher
Lewis School
Niceville, FL

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities