dimanche 29 novembre 2015

How to add single option tag data to other HTML pages?

For example:

**index.html**
<body>
<option><select>1></select>
<select>2</select><select>3</select></option>
</body>

and having another file:

**page1.html**
<body>
here I want to have the same OPTION data
</body>

Is there any way to write the OPTION tag once, and then use it in multiple pages. I have to use them with up to 10 pages.




Aucun commentaire:

Enregistrer un commentaire