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

FOIT 4.02 HTML Tags (32)

AB
<html>Defines an opening HTML document
</html>Defines an closing HTML document
<head>Defines the opening head section
</head>Defines the closing head section
<title>Defines the opening title that displays in the title bar of the web browser; the title is also displayed in search results
</title>Defines the closing title that displays in the title bar of the web browser; the title is also displayed in search results
<body>Defines the opening body section
</body>Defines the closing body section
<h1>…<h6>Defines the opening of six heading styles
</h1>….</h6>Defines the closing of six heading styles
<p>Defines an opening paragraph
</p>Defines a closing paragraph
<a>Opening anchor tag; defines hyperlinks; uses the href attribute
</a>Closing anchor tag; defines hyperlinks; uses the href attribute
<audio>Defines opening audio content
</audio>Defines closing audio content
<video>Defines opening video content
</video>Defines closing video content
<img>Image tag; defines an image to display; requires the src attribute
<br>Defines a line break
Uniform Resource LocatorA character string referencing a resource on the Web is referred to as a:
Markup languageWhat type of language is HTML?
CSSA style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language.
Fixed-width layoutWeb document designed to fit a particular screen or monitor size.
Responsive designWeb documents designed to display properly on multiple devices; also known as fluid layouts
Target marketA group of users or customers that the business has decided to aim its marketing
Dynamic webpageA page that is generated using client or server-side scripting to deliver content...Interactive
Static webpageThe page displays exactly as it is stored
Domain nameString of characters (name) used to identify a website. Xxxxxx names are regulated under the Xxxxxx Name System.
HypertextText displayed on a computing device with a reference (hyperlink) to a resource that can be immediately accessed by a mouse click
Web browserSpecial software that can retrieve and display a webpage
<h1>…<h6> </h1>….</h6>Defines the six heading styles



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