The document contains sample HTML code and exercises for a fundamentals of internet programming course. There are 11 questions with HTML code examples demonstrating basic HTML tags, links, images, tables, forms, stylesheets, menus and more. The code provides the output of each example to show how it will display in a web browser.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
185 views10 pages
IP LAB Manual
The document contains sample HTML code and exercises for a fundamentals of internet programming course. There are 11 questions with HTML code examples demonstrating basic HTML tags, links, images, tables, forms, stylesheets, menus and more. The code provides the output of each example to show how it will display in a web browser.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10
WSU,SoI, IT Alemayehu Dereje
Wolaita Sodo University
School Of Informatics Department of Information Technology Fundamentals of Internet Programming I Practical Exercises Prepared by Alemayehu Dereje ([email protected]) Question 1 Write an HTML webpage that displays “Welcome to Fundamentals of Internet Programming LAB session”. Note: Ttitle caption:- My First Webpage Body:- Welcome to Fundamentals of Internet Programming LAB session Bgcolor:- “ccffcc” Text font:- size=22,color=blue Apply marquee style to the text File name:-myfirstweb.html <html> <hread> <title> My First Webpage</title> </head> <body bgcolor="ccffcc"> <font size=18 color=blue><marquee behavior="alternate">Welcome to Fundamentals of Internet Programming LAB Session</marquee></font> </body> </html> Output:
Sample IP I Exercises for Weekend Students 1
WSU,SoI, IT Alemayehu Dereje Question 2 An html code that creates a link and insert image into webpage <html> <hread> <title> Links and Inserting image</title> </head> <body bgcolor="cyan"> <h1> Creating an link</h1> <a href="myfirst.html"> Click here</a><br> <img src="images/Manchester United.gif" alt="My Photo" title="Real Name of the image" width=10% height=15%> </body> </html> Output:
WSU,SoI, IT Alemayehu Dereje </head> <body> <p class ="right"> This paragraph is right aligned</p> <p class="left">This paragraph is left aligned</p> </body> </html> OUTPU
(Ebook) SQL For Data Analytics: Harness The Power of SQL To Extract Insights From Data, 3rd Edition by Jun Shan, Matt Goldwasser, Upom Malik, Benjamin Johnston PDF Download