Slip 12 - B) Create HTML page with following specifications. i) Title should be about your College. ii) Put image in the background iii) Place your college name at the top of page in large text followed by address in smaller size. iv) Add names of courses offered, each in different color, style and font v) Add scrolling text about college. vi) Add any image at the bottom. (Use Internal CSS to format the web page)

Solution:

<html>
<head>
<title>My college
</title>
</head>
<body bgcolor="cyan">
<center> 
<font size="10">Your College Name<sub>College location </sub><br>
<b><font color="red" size="2">Bsc Computer Sci.</font><br>
<u><font color="orange" size="3">Bsc Defence</font></u></br>
<i><font color="red" size="4">B.com</font></i>
<marquee>Scrolling message of your choice</marquee>
<br><br><img src="https://codeforever.in/wp-content/uploads/2021/09/College-e1631202202654.jpg"/></br></br>
</b>  
</body>
</html>

Post a Comment

0 Comments