This lesson is compatible with the Sri Lanka school OL ICT syllabus – Grade 11 Lesson 5 is Web Designing Using Multimedia. After studying this chapter, you will be able to understand the following:
- Content of a website
- Fundamentals of Web Designing
- Publishing a website
- Maintaining a website
You can get better practical knowledge by watching the given videos related to the topics mentioned in the syllabus of this lesson. By clicking on the relevant categories, you can see the description of the lesson related to the topic
Web Designing Using Multimedia
Given below is a series of notes prepared in relation to your syllabus. Part 1
For an enlarged view of the Note? Click Here
HTML Tags
-
05 වන පාඩම | බහුමාධ්ය තාක්ෂණය යොදා ගනිමින් සරල වෙබ් අඩවි නිර්මාණය - 07 වන කොටස | 11 වන ශ්රේණිය
-
05 වන පාඩම | බහුමාධ්ය තාක්ෂණය යොදා ගනිමින් සරල වෙබ් අඩවි නිර්මාණය - 06 වන කොටස | 11 වන ශ්රේණිය
-
05 වන පාඩම | බහුමාධ්ය තාක්ෂණය යොදා ගනිමින් සරල වෙබ් අඩවි නිර්මාණය - 05 වන කොටස | 11 වන ශ්රේණිය
-
05 වන පාඩම | බහුමාධ්ය තාක්ෂණය යොදා ගනිමින් සරල වෙබ් අඩවි නිර්මාණය - 04 වන කොටස | 11 වන ශ්රේණිය
-
05 වන පාඩම | බහුමාධ්ය තාක්ෂණය යොදා ගනිමින් සරල වෙබ් අඩවි නිර්මාණය - 03 වන කොටස | 11 වන ශ්රේණිය
-
05 වන පාඩම | බහුමාධ්ය තාක්ෂණය යොදා ගනිමින් සරල වෙබ් අඩවි නිර්මාණය - 02 වන කොටස | 11 වන ශ්රේණිය
Given below is a series of notes prepared in relation to your syllabus. Part 2
For an enlarged view of the Note? Click Here
Related resources and links to this lesson
Text Book Lesson Note Download Questions MCq
HTML practical guide Html Editor
External recommended web for further study ?
Download Sublime Text HTML Editor
Hypertext Markup Language, which is known by the acronym HTML, is the language used for documents on the World Wide Web. An HTML document that can be displayed through a web browser is called a web page. Unlike the computer programming languages, you learned earlier such as Pascal, the codes of HTML language show the web browser how the web page content should be displayed on the computer screen. Hence, HTML is not a computer language but a Markup Language.
Now let us design some simple web pages using HTML – Watch Video
You can get better practical knowledge by watching the given videos related to the topics mentioned in the syllabus of this lesson. By clicking on the relevant categories, you can see the description of the lesson related to the topic
History of HTML
HTML was first developed in 1989 by Tim Berners-Lee, who was then a contractor at CERN (the European Organization for Nuclear Research). He wrote the first version of HTML (HTML 1.0) to create a way to share scientific information and documents among researchers.
In 1993, Berners-Lee founded the World Wide Web Consortium (W3C), which is an international standards organization for the World Wide Web. The W3C has been responsible for developing and maintaining HTML standards since then.
The first version of HTML, HTML 1.0, was released in 1991 and had only 18 elements. Since then, new versions of HTML have been released to add more elements and capabilities to the language. The most recent version of HTML is HTML 5.2, which was published in December 2017.
HTML has undergone significant changes and improvements over the years. It has evolved from a simple language for sharing scientific documents to a powerful language for creating complex and interactive web applications. HTML is now used by millions of websites around the world and is an essential part of the modern web.
HTML and CSS
HTML (HyperText Markup Language) is a standard markup language used to create web pages. It provides a means to describe the structure of text-based information in a document by denoting certain text as headings, paragraphs, lists, links, quotes, and more. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>).
CSS (C
cascading Style Sheets) is a stylesheet language used to describe the look and formatting of a document written in HTML. CSS is used to control the style of a web page, including colors, fonts, layout, and more.
CSS is a separate file from HTML, which means you can use the same HTML document with multiple stylesheets to create different looks for the same content. This allows you to make global changes to your website by changing just a few lines of code in your CSS file.
HTML and Java Scripts
HTML (HyperText Markup Language) is a standard markup language used to create web pages, and JavaScript is a programming language that is commonly used to add interactivity and dynamic behavior to web pages.
JavaScript code is usually written in separate files and linked to HTML files using the script
element. The script
element is placed in the head
or body
of an HTML file, and the src
the attribute is used to specify the location of the JavaScript file.
JavaScript can also be written directly in the HTML file using the script
element. In this case, the code is placed between the opening <script>
and closing </script>
tags.
HTML, CSS, and JavaScript are the three main technologies used to create modern web pages and applications. They work together to create interactive and dynamic websites that can run on any device with a web browser.
Leave a Reply
You must be logged in to post a comment.