Website Development Using HTML Notes
  • Website Development Using HTML Notes

About the Product

Website Development Using HTML Notes

Summary:

Web application class 11 notes of HTML are an invaluable resource for learning web development, providing a solid foundation in HTML syntax, structure, and elements. Beneficial for both self-paced learning and exam preparation, these notes allow students to concentrate on challenging areas, practice coding, and revise effectively. They can also be used for mock exam preparation. In the digital age, mastery of HTML offers a competitive edge in the job market, enhancing chances of securing a tech job or internship. Additionally, these notes are a sound investment, given the high demand for web development skills, potentially aiding in launching personal web applications or a career as a web developer. In essence, the web application class 11 HTML notes, with their self-paced learning approach, exam preparation tools, and potential job and future investment benefits, are a worthy investment for tech-aspiring students.

Excerpt:

Website Development Using HTML Notes

WEBSITE DEVELOPMENT USING HTML
1) Name the three layers of web development.
➢ Content Layer – represents the content of the web page (HTML code)
➢ Presentation Layer- represents the styling done to the webpage (CSS)
➢ Behavior Layer- represents the actions that could be done on a webpage, like a button click, Selecting an item from a combo box etc. (Scripting language).

2) What is HTML?
Hypertext Markup Language – a platform independent standard to design web pages. It is a markup language developed by the World Wide Web Consortium (W3C). HTML5 is the latest version. Html is not case-sensitive. The director of W3C is Tim Berners Lee (Inventor of WWW).

3) Hypertext is a text that links to other web pages and contains multiple media such as audio, video, images etc. By clicking on hypertext, the user can navigate through different web pages.

4) Markups are the codes enclosed in angular brackets known as tags. Markups add extra features to ordinary text.

5) A web page is a document commonly written in HyperText Markup Language (HTML) that is accessible through the Internet or other network using web browsers such as Mozilla Firefox, Google Chrome, Internet Explorer etc.