Multimedia Presentation Using HTML (Video And Audio Tracks Explained).

Working with the Iframe, Video, Audio, Track, and its Sources. NOTE: for the purpose of this information, a value pair attribute looks like this: name=”value”. However, a Boolean value attribute looks like this: controls. A Boolean value is a data type that represents one of two values; true or false. <iframe></iframe> Element An Iframe is … Read more

IT Specialists Multimedia Presentation Using HTML (Displaying Images)

HTML 5 Logo

Construct and Analyze Markup That Displays Images <img> Image Tag The <img> tag is used to add a image to a web page. However, technically speaking that image is not really embedded into a webpage, but rather it is linked to the page by the <img> tag. This tag doesn’t have a closing tag and … Read more

Pearson /Certiport Construct and Analyze Markup That Uses Form Elements

This tutorial covers the objectives for the HTML & CSS IT Specialists exam by Pearson /Certiport. The objective is constructing and analyzing markup that uses form elements. INTRODUCTION HTML uses forms to collect information from web users. This information is sent over to a server for storage or processing. <form></form> Element The form element is … Read more

Certiport / Pearson Vue Testing Instructions For English Language Learners

INTRODUCTION If you are an educator, and you are interested in providing an industry certification exam through Pearson Vue or known as Certiport testing software for students of other languages, this is your article. This article will provide step by step (10 steps) instructions on how to setup an Exam “From Home Session” to provide … Read more

HTML & CSS (Analyzing Markup that Implements Navigation

This tutorial covers the objectives (Analyzing Markup that Implements Navigation) for the Pearson View exam for HTML & CSS. While it only covers the specific tags, and elements provided in the IT Specialist Exam Objectives, many other examples and explanation are given here. <a></a> Anchor element The <a></a> (anchor) element is used to create a … Read more