How to Identify HTML Tags & Attributes Used in Prototype
Prototype is a type of JavaScript framework used in conjunction with the Ruby programming language and the open source Web application framework Ruby on Rails. Files written in the Prototype framework include the naming convention prototype.js. You can also include HTML in your Prototype files using the Element object. The HTML tags and attributes determine how the code performs in the code. Identify the HTML code in your Prototype file to modify the behavior of your JavaScript program.
Instructions
-
-
1
Click “Start,” “All Programs” and select “Notepad.”
-
2
Click “File” and select “Open.” Select the Prototype file of choice and click “Open.”
-
-
3
Press the “Ctrl” and “F” keys on your keyboard to bring up the “Finder” feature.
-
4
Type “HTML” in the Finder Search box and press “Enter.”
-
5
Press “Enter” to find each instance of HTML in your Prototype file.
-
1