Part -1 Prac1: Study and Learn HTML tags along with necessary attributes. (Self-learning exercise using this link: tutorialspoint.com/html/html_tags_ref.htm) Practice the tags learned from above video using Notepad ONLY.



Two important things for create a website :


  • Language : HTML , CSS3 
  • Editor : Notepad.       



    Introduction of HTML : HTML is the standard markup language for creating Web pages.
  • HTML stands for Hyper Text Markup Language
  • HTML describes the structure of a Web page
  • HTML consists of a series of elements
  • HTML elements tell the browser how to display the content
  • HTML elements are represented by tags.

     HTML Tags Syntax :

   <tagname>content</tagname>

    Web Browser : it is used to read html tags and display them on the web pages.

eg : Chrome,Safari,Firefox,etc


Prepared By : Naisarg Modi
ID: 18CE055

Comments

Popular posts from this blog

Part-7 Prac 3: Study and demonstrate mysqli connection and CRUID operations with php.

Part-6 Prac 1: Implement following tasks using jQuery

Part-2 Prac 3: If you could take the perfect trip, where would you go??? What animals would you see? What food would you eat? Add images to this webpage after each paragraph tag, to share your perfect trip with the world. Apply graphics using HTML CANVAS along with properties and methods.