Regular expression help needed. Need to find two HTML tags, if they occur in

Eric TC

New member
a specific order in a page.? I need to create a regular expression that will find any references to "<base" when it occurs AFTER the <body> tag. I have no idea where to begin though (I only have a very basic understanding of regular expressions).
Thanks. I understand it's supposed to go within the <head> tag. That's why I need to search for places where it's within the <body> tag instead, so I can fix them. :)
 
The tag <base> is only used inside the head tag. It specifies a default URL and a default target for all links on a page. See the explanation here: http://www.w3schools.com/tags/tag_base.asp Suggest you click on the "Try it yourself" for further explanation. You will also see how to create a link by looking at this page and others found under www.w3schools.com.
 
The tag <base> is only used inside the head tag. It specifies a default URL and a default target for all links on a page. See the explanation here: http://www.w3schools.com/tags/tag_base.asp Suggest you click on the "Try it yourself" for further explanation. You will also see how to create a link by looking at this page and others found under www.w3schools.com.
 
The tag <base> is only used inside the head tag. It specifies a default URL and a default target for all links on a page. See the explanation here: http://www.w3schools.com/tags/tag_base.asp Suggest you click on the "Try it yourself" for further explanation. You will also see how to create a link by looking at this page and others found under www.w3schools.com.
 
The tag <base> is only used inside the head tag. It specifies a default URL and a default target for all links on a page. See the explanation here: http://www.w3schools.com/tags/tag_base.asp Suggest you click on the "Try it yourself" for further explanation. You will also see how to create a link by looking at this page and others found under www.w3schools.com.
 
The tag <base> is only used inside the head tag. It specifies a default URL and a default target for all links on a page. See the explanation here: http://www.w3schools.com/tags/tag_base.asp Suggest you click on the "Try it yourself" for further explanation. You will also see how to create a link by looking at this page and others found under www.w3schools.com.
 
Back
Top