HTML Practicals

Practical No 2
-----------------------------------------------------------------------

<!DOCTYPE html> <html lang="en"> <head> <title>Simple HTML Page</title> </head> <body> <p><a href="#computer">Computer</a></p> <p><a href="#laptop">Laptop</a></p> <p> Computers and laptops are essential devices in today's digital world, used for various personal, professional, and educational purposes. A computer is a powerful machine that processes data and performs tasks efficiently, while a laptop is a portable version of a computer, designed for convenience and mobility. Both devices consist of key components like a processor, memory, storage, and input/output systems. While desktops offer high performance and upgradability, laptops provide flexibility and ease of use, making them ideal for people who need computing power on the go. With continuous advancements in technology, both computers and laptops have become faster, more efficient, and integral to modern life. </p> <h1><a name="computer">Computer</a></h1> <p>A computer is an electronic device that processes data and performs tasks according to a set of instructions called programs. It consists of hardware components such as the central processing unit (CPU), memory, storage devices, and input/output peripherals. Computers are used in various fields, including education, business, healthcare, and entertainment, making daily tasks more efficient. With advancements in technology, computers have evolved from large mainframes to compact laptops and powerful smartphones. The internet has further enhanced their utility, allowing users to communicate, access information, and perform complex computations with ease.</p> <a href="#">top...</a> <h1><a name="laptop">Laptop</a></h1> <p>A laptop is a portable computer that combines essential components such as a screen, keyboard, touchpad, processor, and battery into a compact design. Unlike desktop computers, laptops are lightweight and easy to carry, making them ideal for work, study, and entertainment on the go. They come in various sizes and configurations, with features like high-speed processors, ample storage, and long battery life. Modern laptops support wireless connectivity, enabling users to access the internet, communicate, and collaborate efficiently. With advancements in technology, laptops now offer powerful performance, touchscreen displays, and improved energy efficiency, making them an essential tool in today's digital world.</p> </body> </html>
*************
Practical 3
**************
<!DOCTYPE html>
<html lang="en">
<head>
  
</head>
<body>
  <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQZl1B-iS1VDit60FPpERihwXW2prvm_JKDAg&s" width="200"><br>
  <a href="" download="fox"> Download...</a>
</body>
</html>
----------------------------------------------------------
*****************
Practical 4
*****************
<!DOCTYPE html>
<html lang="en">
<head>
  
</head>
<body>
  <p> My name is pirmohammad. I have a <abbr title ="Pen Drive">PD</abbr> for installing OS</p>
  <p>My best friend is Sanjeev</p>
</body>
</html>
----------------------------------------------------------------------------------------
****************
Practical 5
****************
<!DOCTYPE html>
<html lang="en">
<head>
  
</head>
<body>
  <p> My name is pirmohammad. <acronym title ="Pirmohammad">PM</acronym> </p>

</body>
</html>
-------------------------------------------------------------------------------------------
*****************
Practical 6
*****************
HTML <aadress> tag
it defined the contact information for the auther owner of a document or an article

If the address element is inside the <body> element, it represents contact information for the document.
If <address> element is inside a <article> element, it represents contact information for that article.

<!DOCTYPE html>
<html lang="en">
<head>
  
</head>
<body>
  <article>
  <address>
    Written By :<br>
    <a href="mailto:sheikh.pirmohammad@gmail.com">Pirmohammad Sheikh</a><br><br>
    Visit Us At : <br> <a href="https://www.instagram.com/pirmohammad_sheikh/">My Insta </a><br>
    Vadodara<br>
    Gujrat<br>
    
    
  </address>
  </article>
</body>
</html>

---------------------------------------------------------------------------------
**************************
Practical 7
**************************


Comments

Popular posts from this blog

Software Engineering PPT

ERP Software Links

Include Tag JSP