Q5

Question 5

Create an HTML document (having multiple frames) showing horizontal and vertical frames having Internal and External links to different web pages. Apply CSS styles for formatting the webpages.

Tags that will be used:

  • <style>

  • <a>

  • <frame>

  • <frameset>

and other attributes to stylize.

Browse Source Code

Code

Output

Image output for html-5.html
Image output for frames_vertical.html
Image output for frames_horizontal.html
Image output for frames_vertical.html (frames order interchanged)
Image output for frames_horizontal.html (frames order interchanged)
Image output for full frames project

Last updated