asp.net - Web Parts and HTML pages -
is every web part encapsulated in own html page?
say have 1 root page, called index.html
within index.html, lets have 2 web parts, , b.
will web parts both belong index.html, or have separate html files, 3 different .html files (index, a, b)?
each .html / .htm page can have own tags (eg. body, ul, b etc)
but if have a href="somefile.html", need new html page
Comments
Post a Comment