How do i create a php include with id?

Let say that i have a menu.HTML and i want to used php include to load it up to my php/html page but
I want to include just the fist line in the menu.HTML how do i do that do..

If you don't understand my question hears a another way to put it..

hears my menu.HTML
line1. home
line2. about.
line3. info

how do i used a php include that only loads line 1 in the menu.html to my php page
is there some kind of id i can put in line 1.......
 
Back
Top