Advertisement
Guest User

Html and css

a guest
Jan 24th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Networking:
  2.  
  3. Networking refers to the total process of creating and using computer networks, with respect to hardware, protocols and software, including wired and wireless technology.
  4. Or,
  5. Networking also known as computer networking, is the practice of transporting and exchanging data between nodes over a shared medium in an information system.
  6.  
  7.  
  8. HTML:
  9. HTML stands for Hyper Text Markup Language consists of a series of element which describes the structure of a web page . HTML elements tells the browser how to display the content.
  10.  
  11. CSS:
  12. CSS stands for Cascading Style Sheets which describes how HTML elements are to be displayed on screen or in other media. It can controls the layout of multiple web pages all at once.
  13.  
  14.  
  15. The attributes of HTML are:
  16. I. src (For image )
  17. II. href (For hyperlink)
  18. III. width (defines the width of the elements)
  19. IV. height (defines the height of the elements)
  20. V. style (defines the styles of the elements like colors,font,size etc.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement