|
<!DOCTYPE html> |
|
<!DOCTYPE html> <html> </html> |
|
<!DOCTYPE html> <html> <head> </head> </html> |
|
<!DOCTYPE html> <html> <head> <title>CTI 110 Practice</title> </head> </html> |
|
<!DOCTYPE html> <html> <head> <title>CTI 110 Practice</title> </head> <body> </body> </html> |
|
<!DOCTYPE html> <html> <head> <title>CTI 110 Practice</title> </head> <body> <!-- The following is my practice --> <h1>Welcome to my CTI 110 Course Page</h1> </body> </html> |
|
<!DOCTYPE html> <html> <head> <title>CTI 110 Practice</title> </head> <body> <!-- The following is Frank’s practice --> <h1>Welcome to my CTI 110 Course Page</h1> <p> <a href="http://www.google.com">Google</a> </br> <a href="http://www.yahoo.com">Yahoo</a> </br> <a href="http://www.w3schools.com/">Web Tutorial</a> </p> </body> </html> |
http://localhost/webtech/coursework/chapter04/cti110-04a.html
Dear Student ,
As per the requirement submitted above , kindly find the below solution.
Here a new web page with name "cti110-04a.html" is created, which contains following code.
cti110-04a.html :
<!DOCTYPE html>
<html>
<head>
<!--title for web page -->
<title>CTI 110 Practice</title>
</head>
<body>
<!-- The following is Frank’s practice -->
<h1>Welcome to my CTI 110 Course Page</h1>
<p>
<a href="http://www.google.com">Google</a> </br>
<a href="http://www.yahoo.com">Yahoo</a> </br>
<a href="http://www.w3schools.com/">Web Tutorial</a>
</p>
</body>
</html>
======================================================
Output :Open web page cti110-04a.html in the browser and will get the screen as shown below
Screen 1 :cti110-04a.html

Screen 2 :View source for cti110-04a.html

NOTE : PLEASE FEEL FREE TO PROVIDE FEEDBACK ABOUT THE SOLUTION.
Open your html text editor. For example, Adobe Brackets, Notepad, or TextEdit. If your flash drive...