Friday, December 13, 2024

1ST PRACTICAL PROGRAMMING USING HTML CODE

1ST PRACTICAL PROGRAMMING USING HTML CODE 

firstpractical.html

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Welcome to ejobindia</title>

</head>

<body background="http://wallpapercave.com/wp/khYO5nU.jpg">

<h1>we value your effort ejobindia</h1>

<h2>Home</h2>

<h3>About Us</h3>

<h4>Courses</h4>

<h5>Online Training</h5>

<h6>Collaborations</h6>

<h7>Interviews</h7><br>

<h8>Placements</h8>

<p>Empowering hundreds of freshers for successful software careers since 2005</p>

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod

tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,

quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse

cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non

proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>

<b>More than 100 software companies hire approximately 400 trainees annually through ejobindia</b><br>

<u>Total Placcements 3599</u><br>

<i>Total Interviews 3364</i><br>

<big>ejobindia takes pride in being the poineer of AI-based Web Programming in Eastern India</big><br>

<small>ejobindia provide advanced software courses for Freshers with all types of benefits</small><br>

<S>Industry Oriented Training</S><br>

(a+b)<sup>2</sup><br>

O<sub>2</sub><br>

<a href="image1.html">Click here</a>

</body>

</html>

file:///C:/Ayan/firstpractical.html

image1.html

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Images Of ejobindia</title>

</head>

<body background="https://www.pixelstalk.net/wp-content/uploads/2016/06/3D-color-checks-walls-HD-wallpapers.jpg">

<img src="https://blog.bizvibe.com/wp-content/uploads/2020/04/top-finance-companies.jpg" height="500px" width="600px" title="image1">

<img src="https://wallpaperaccess.com/full/3915891.jpg" height="450px" width="550px" title="image1">

<a href="firstpractical.html">Back</a>

</body>

</html>

file:///C:/Ayan/image1.html














No comments:

Post a Comment

CREATION OF ALL MNC COMPANIES TABLE USING HTML CODE

CREATION OF ALL MNC COMPANIES TABLE USING HTML CODE NOTE: Rowspan means row margin or row count where we only used to count the no. of rows....