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

Site Development Foundations Lesson 3 Java Games-TAGS

AB
<!DOCTYPE>a declaration that determines how the interpreter will render all markup in the document.
<html>all code up until the <html> tage is not HTML, but is rather SGML
<head>allows you to insert <meta> tags (which describe the nature of the document)
<meta>can specify various information about the document, known as metadata, or data about data.
<link> that references a style sheetrecommended for XHTML 1.0 Transitional and required for XHTML 1.0 Strict.
<title>inserts the document title
<body>begins the body of the document
character setThe group of symbols used to render text on a page
UnicodeA universal character set designed to support all written languages, as well as scholarly disciplines
Cascading Style SheetsA technology that allows greater style definition and formatting control of HTML elements.


Web Design Instructor
Locklin Tech
Pace, FL

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