SlideShare a Scribd company logo
Unit 1
Key points to remember:
1:web hosting is the storage location where your website content files are placed.
2:world wide web is also known as web.
3: web standards are the technologies we use to build web site.
4: A web browser is a software program that is used to explore , retrive and display the
information available on world wide web.
5: A search engine is a software program, which is designed to perform web searches on
www.
GLOSSARY:
1. REAEARCH : the systematic investigation into and study of materials and sources in
order to establish facts and reach new conclusions
2. Identifiers: a person or thing that identifies someone or something.
3. Hypertext: a software system allowing extensive cross-referencing between related
sections of text and associated graphic material.
4. Ip address: IP address stands for “Internet Protocol address.”
5. Hosting: store (a website or other data) on a server or other computer so that it can be
accessed over the internet.
Unit 2:
Key points to remember:
1. Web Development refers to a term that includes all the processes involved in developing a
web project or website. It contains the various phases such as planning, designing, testing,
and launching of the web project.
2. The importance of websites are:
Helps connect people with each other
Information is provided to the various people free of charge.
Some of them have been able to provide different types of entertainment for people.
GLOSSARY:
1. PURPOSE: a subject under discussion or an action in course of execution
2. Communication: the imparting or exchanging of information by speaking, writing, or using
some other medium.
3. Specification: an act of identifying something precisely or of stating a precise
requirement.
4. Contemporary: happening, existing, living, or coming into being during the same period
of time.
5. Maintenance: the process of preserving a condition or situation or the state of being
preserved.
Unit 3:
Key points to remember:
1. (HTML) Hyper Text Markup Language is the computer markup language that
facilitates website creation.
2. HTML tags are like keywords which defines that how web browser will
format and display the content
3. Unpaired tags are single tags with no closing tag. These tags are also called
Singular Tags.
4. HTML attributes are special words which provide additional information
about the elements or attributes are the modifier of the HTML element.
5. Comments are some text or remarks written in your code to give an
explanation about the code, and not visible to the user. Comments which are
used for HTML file are known as HTML comments.
GLOSSARY:
1. DOCUMENT: a piece of written, printed, or electronic matter that
provides information or evidence or that serves as an official record.
2. COMMENTS: a verbal or written remark expressing an opinion or
reaction.
3. Attribute: a quality, character, or characteristic ascribed to someone or
something
4. Unpaired : not matched
UNIT 4:
KEY POINTS TO REMEMBER:
1. HTML element is a component of an HTML document that tells a web
browser how to structure and interpret a part of the HTML document.
2. HTML paragraph or HTML p tag is used to define a paragraph in a webpage.
3. The <br> tag in HTML document is used to create a line break in a text.
4. HTML <hr> tag is used to specify a paragraph-level thematic break in HTML document.
5. HTML Formatting is a process of formatting text for better look and feel. HTML provides
us ability to format text without using CSS.
6. HTML Lists are used to specify lists of information.
7. Hyperlink is a connection from one web resource to another.
8. HTML Form is a document which stores information of a user on a web server
using interactive controls.
GLOSSARY:
1. Radio Buttons: A radio button or option button is a graphical control element that allows
the user to choose only one of a predefined set of mutually exclusive options.
2. ELEMENT : it is a part of a webpage.
3. FRAME: a frame is a part of a web page or browser window which
displays content independent of its container, with the ability to load
content independently.
4. PROPORTY: an attribute, quality, or characteristic of something.
UNIT 5:
KEY POINTS TO REMEMBER:
1. Semantic HTML elements are those that clearly describe their meaning in a human- and machine-
readable way
2. The HTML span element is a generic inline container for inline elements and content
3. The span tag is a paired tag means it has both open(<) and closing (>) tags, and it is mandatory to
close the tag.
4. The HTML SVG is an acronym which stands for Scalable Vector Graphics.
5. HTML Form is a document which stores information of a user on a web server using interactive
controls
GLOSSARY:
1. Markup language: IT refers to a text-encoding system consisting of a set of
symbols inserted in a text document to control its structure, formatting, or
the relationship between its parts
2. Figcaption: HTML element represents a caption or legend describing the rest of the contents of
its parent <figure> element.
3. Semantic Elements: Semantic elements have meaningful names which tells
about type of content
4. Summary : a brief statement or account of the main points of something.
Unit 6:
Key points to remember:
1. Css: is a simply designed language intended to simplify the process of making web pages
presentable.
2. Inline CSS applies the style to a single element while that element is present in the body
section.
3. CSS selectors are used to "find" (or select) the HTML elements you want to style.
4. The class selector selects HTML elements with a specific class attribute.
5. The universal selector is used as a wildcard character. It selects all the elements on the
pages.
6. The grouping selector is used to select all the elements with the same style definitions.
7. CSS Fonts is a module of CSS that defines font-related properties and how font resources
are loaded
8. CSS margins are used to create space around the element. We can set the different
sizes of margins for individual sides (top, right, bottom, left).
9. Padding is white space immediately surrounding an element or another object on a web
page.
10.CSS word-wrap property is used to break the long words and wrap onto the next line.
11.The text-overflow property in CSS deals with situations where text is clipped when it
overflows the element’s box.
12.The position property determines in what manner an item is positioned on the page or
relative to one another
13.The CSS overflow controls the big content. It tells whether to clip content or to add scroll
bars.
14.A CSS box model is a compartment that includes numerous assets, such as edge, border,
padding and material. It is used to develop the design and structure of a web page.
15. A Navigation bar or navigation system comes under GUI that helps the visitors in accessing
information. It is the UI element on a webpage that includes links for the other sections of
the website.
16.CSS3 Rounded corners are used to add special colored corner to body or text by using the border-
radius property.
17.CSS Border image property is used to add image boarder to some elements
18.CSS word-wrap property is used to break the long words and wrap onto the next line.
19. CSS gradient is used to display smooth transition within two or more specified colors.
20.The content section is the main body of the website.
GLOSSARY:
1. SECTION: any of the more or less distinct parts into which something is or may be divided or
from which it is made up.
2. Navigation : the process or activity of accurately ascertaining one's position and
planning and following a route.
3. Header Section: The header section is generally placed either at the top of the Website
or just below a top navigation menu.
4. BOX shadow: Used to add shadow effects to elements
5. Gradient: a part sloping upward or downward
6. Padding Field: This field requires the padding of the component. In essence, this area is
the space around the subject area and inside the border-box. The height and the width of
the padding box decide its proportions
UNIT 7:
KEY POINTS TO REMEMBER:
1. JavaScript is a cross-platform, object-oriented scripting language used to make
webpages interactive (e.g., having complex animations, clickable buttons, popup
menus, etc.).
2. There are two types of data types in JavaScript.
A: Primitive data type
B: Non-primitive (reference) data type
3. : The do...while loop is similar to the while loop except that the condition check happens at the end
of the loop. This means that the loop will always be executed at least once, even if the condition is
false.
4. The purpose of a while loop is to execute a statement or code block repeatedly as long as expression
is true. Once expression becomes false, the loop will be exited.
5. JavaScript functions are used to perform operations
6. The alert() method in JavaScript is used to display a virtual alert box. It is mostly used to
give a warning message to the users.
GLOSSARY:
1. CONFIRM: to give approval to
2. Validation: the action of checking or proving the validity or accuracy of something
3. ALERT : quick to notice any unusual and potentially dangerous or difficult circumstances;
vigilant.
4. FUNCTION: the kind of action or activity proper to a person, thing, or
institution; the purpose for which something is designed or exists
5. Statement : a message that is stated or declared; a communication (oral or written) setting
forth particulars or facts etc.
6. Manipulation: the action of manipulating someone in a clever or unscrupulous way.
key points and glossary.docx

More Related Content

Similar to key points and glossary.docx

Internet Concepts Ch 1
Internet Concepts Ch 1Internet Concepts Ch 1
Internet Concepts Ch 1
mroberts
 
Web Engineering UNIT III as per RGPV Syllabus
Web Engineering UNIT III as per RGPV SyllabusWeb Engineering UNIT III as per RGPV Syllabus
Web Engineering UNIT III as per RGPV Syllabus
NANDINI SHARMA
 
BSC notes of _HTML_Easyto understand lease see.pptx
BSC notes of _HTML_Easyto understand lease see.pptxBSC notes of _HTML_Easyto understand lease see.pptx
BSC notes of _HTML_Easyto understand lease see.pptx
VikasTuwar1
 
html5 project.pptx
html5 project.pptxhtml5 project.pptx
html5 project.pptx
RiteshJain227353
 
CreatingWebPages-Part1.ppt
CreatingWebPages-Part1.pptCreatingWebPages-Part1.ppt
CreatingWebPages-Part1.ppt
HamzaAhmad861123
 
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report 6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
c-tac
 
How Browsers Work -By Tali Garsiel and Paul Irish
How Browsers Work -By Tali Garsiel and Paul IrishHow Browsers Work -By Tali Garsiel and Paul Irish
How Browsers Work -By Tali Garsiel and Paul Irish
Nagamurali Reddy
 
WEB MODULE 1.pdf
WEB MODULE 1.pdfWEB MODULE 1.pdf
WEB MODULE 1.pdf
Deepika A B
 
Web Design Lecture1.pptx
Web Design Lecture1.pptxWeb Design Lecture1.pptx
Web Design Lecture1.pptx
MohammedNoor74
 
Iwt module 1
Iwt  module 1Iwt  module 1
Iwt module 1
SANTOSH RATH
 
WT Module-1.pdf
WT Module-1.pdfWT Module-1.pdf
WT Module-1.pdf
RamyaH11
 
web devs ppt.ppsx
web devs ppt.ppsxweb devs ppt.ppsx
web devs ppt.ppsx
AsendraChauhan1
 
HTML & JAVA Script
HTML & JAVA ScriptHTML & JAVA Script
HTML & JAVA Script
Nitesh Gupta
 
Web engineering notes unit 3
Web engineering notes unit 3Web engineering notes unit 3
Web engineering notes unit 3
inshu1890
 
WEB Module 1.pdf
WEB Module 1.pdfWEB Module 1.pdf
WEB Module 1.pdf
IbrahimBadsha1
 
Introduction to Html
Introduction to HtmlIntroduction to Html
Introduction to Html
Vineet Kumar Saini
 
Website development-osgl
Website development-osglWebsite development-osgl
Website development-osgl
priyanka sharma
 
Lab#1 - Front End Development
Lab#1 - Front End DevelopmentLab#1 - Front End Development
Lab#1 - Front End Development
Walid Ashraf
 
Html5 deciphered - designing concepts part 1
Html5 deciphered - designing concepts part 1Html5 deciphered - designing concepts part 1
Html5 deciphered - designing concepts part 1
Paxcel Technologies
 
02 From HTML tags to XHTML
02 From HTML tags to XHTML02 From HTML tags to XHTML
02 From HTML tags to XHTML
Rich Dron
 

Similar to key points and glossary.docx (20)

Internet Concepts Ch 1
Internet Concepts Ch 1Internet Concepts Ch 1
Internet Concepts Ch 1
 
Web Engineering UNIT III as per RGPV Syllabus
Web Engineering UNIT III as per RGPV SyllabusWeb Engineering UNIT III as per RGPV Syllabus
Web Engineering UNIT III as per RGPV Syllabus
 
BSC notes of _HTML_Easyto understand lease see.pptx
BSC notes of _HTML_Easyto understand lease see.pptxBSC notes of _HTML_Easyto understand lease see.pptx
BSC notes of _HTML_Easyto understand lease see.pptx
 
html5 project.pptx
html5 project.pptxhtml5 project.pptx
html5 project.pptx
 
CreatingWebPages-Part1.ppt
CreatingWebPages-Part1.pptCreatingWebPages-Part1.ppt
CreatingWebPages-Part1.ppt
 
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report 6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
 
How Browsers Work -By Tali Garsiel and Paul Irish
How Browsers Work -By Tali Garsiel and Paul IrishHow Browsers Work -By Tali Garsiel and Paul Irish
How Browsers Work -By Tali Garsiel and Paul Irish
 
WEB MODULE 1.pdf
WEB MODULE 1.pdfWEB MODULE 1.pdf
WEB MODULE 1.pdf
 
Web Design Lecture1.pptx
Web Design Lecture1.pptxWeb Design Lecture1.pptx
Web Design Lecture1.pptx
 
Iwt module 1
Iwt  module 1Iwt  module 1
Iwt module 1
 
WT Module-1.pdf
WT Module-1.pdfWT Module-1.pdf
WT Module-1.pdf
 
web devs ppt.ppsx
web devs ppt.ppsxweb devs ppt.ppsx
web devs ppt.ppsx
 
HTML & JAVA Script
HTML & JAVA ScriptHTML & JAVA Script
HTML & JAVA Script
 
Web engineering notes unit 3
Web engineering notes unit 3Web engineering notes unit 3
Web engineering notes unit 3
 
WEB Module 1.pdf
WEB Module 1.pdfWEB Module 1.pdf
WEB Module 1.pdf
 
Introduction to Html
Introduction to HtmlIntroduction to Html
Introduction to Html
 
Website development-osgl
Website development-osglWebsite development-osgl
Website development-osgl
 
Lab#1 - Front End Development
Lab#1 - Front End DevelopmentLab#1 - Front End Development
Lab#1 - Front End Development
 
Html5 deciphered - designing concepts part 1
Html5 deciphered - designing concepts part 1Html5 deciphered - designing concepts part 1
Html5 deciphered - designing concepts part 1
 
02 From HTML tags to XHTML
02 From HTML tags to XHTML02 From HTML tags to XHTML
02 From HTML tags to XHTML
 

Recently uploaded

Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
nitinpv4ai
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
deepaannamalai16
 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
Celine George
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
EduSkills OECD
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
RamseyBerglund
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
Nguyen Thanh Tu Collection
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
Celine George
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
Steve Thomason
 
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
Payaamvohra1
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
giancarloi8888
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
khuleseema60
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapitolTechU
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
David Douglas School District
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
Celine George
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
Celine George
 

Recently uploaded (20)

Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
 
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
NIPER 2024 MEMORY BASED QUESTIONS.ANSWERS TO NIPER 2024 QUESTIONS.NIPER JEE 2...
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
 

key points and glossary.docx

  • 1. Unit 1 Key points to remember: 1:web hosting is the storage location where your website content files are placed. 2:world wide web is also known as web. 3: web standards are the technologies we use to build web site. 4: A web browser is a software program that is used to explore , retrive and display the information available on world wide web. 5: A search engine is a software program, which is designed to perform web searches on www. GLOSSARY: 1. REAEARCH : the systematic investigation into and study of materials and sources in order to establish facts and reach new conclusions 2. Identifiers: a person or thing that identifies someone or something. 3. Hypertext: a software system allowing extensive cross-referencing between related sections of text and associated graphic material. 4. Ip address: IP address stands for “Internet Protocol address.” 5. Hosting: store (a website or other data) on a server or other computer so that it can be accessed over the internet. Unit 2: Key points to remember: 1. Web Development refers to a term that includes all the processes involved in developing a web project or website. It contains the various phases such as planning, designing, testing, and launching of the web project. 2. The importance of websites are: Helps connect people with each other Information is provided to the various people free of charge. Some of them have been able to provide different types of entertainment for people. GLOSSARY: 1. PURPOSE: a subject under discussion or an action in course of execution 2. Communication: the imparting or exchanging of information by speaking, writing, or using some other medium. 3. Specification: an act of identifying something precisely or of stating a precise requirement. 4. Contemporary: happening, existing, living, or coming into being during the same period of time.
  • 2. 5. Maintenance: the process of preserving a condition or situation or the state of being preserved. Unit 3: Key points to remember: 1. (HTML) Hyper Text Markup Language is the computer markup language that facilitates website creation. 2. HTML tags are like keywords which defines that how web browser will format and display the content 3. Unpaired tags are single tags with no closing tag. These tags are also called Singular Tags. 4. HTML attributes are special words which provide additional information about the elements or attributes are the modifier of the HTML element. 5. Comments are some text or remarks written in your code to give an explanation about the code, and not visible to the user. Comments which are used for HTML file are known as HTML comments. GLOSSARY: 1. DOCUMENT: a piece of written, printed, or electronic matter that provides information or evidence or that serves as an official record. 2. COMMENTS: a verbal or written remark expressing an opinion or reaction. 3. Attribute: a quality, character, or characteristic ascribed to someone or something 4. Unpaired : not matched UNIT 4: KEY POINTS TO REMEMBER: 1. HTML element is a component of an HTML document that tells a web browser how to structure and interpret a part of the HTML document. 2. HTML paragraph or HTML p tag is used to define a paragraph in a webpage. 3. The <br> tag in HTML document is used to create a line break in a text. 4. HTML <hr> tag is used to specify a paragraph-level thematic break in HTML document. 5. HTML Formatting is a process of formatting text for better look and feel. HTML provides us ability to format text without using CSS.
  • 3. 6. HTML Lists are used to specify lists of information. 7. Hyperlink is a connection from one web resource to another. 8. HTML Form is a document which stores information of a user on a web server using interactive controls. GLOSSARY: 1. Radio Buttons: A radio button or option button is a graphical control element that allows the user to choose only one of a predefined set of mutually exclusive options. 2. ELEMENT : it is a part of a webpage. 3. FRAME: a frame is a part of a web page or browser window which displays content independent of its container, with the ability to load content independently. 4. PROPORTY: an attribute, quality, or characteristic of something. UNIT 5: KEY POINTS TO REMEMBER: 1. Semantic HTML elements are those that clearly describe their meaning in a human- and machine- readable way 2. The HTML span element is a generic inline container for inline elements and content 3. The span tag is a paired tag means it has both open(<) and closing (>) tags, and it is mandatory to close the tag. 4. The HTML SVG is an acronym which stands for Scalable Vector Graphics. 5. HTML Form is a document which stores information of a user on a web server using interactive controls GLOSSARY: 1. Markup language: IT refers to a text-encoding system consisting of a set of symbols inserted in a text document to control its structure, formatting, or the relationship between its parts 2. Figcaption: HTML element represents a caption or legend describing the rest of the contents of its parent <figure> element. 3. Semantic Elements: Semantic elements have meaningful names which tells about type of content 4. Summary : a brief statement or account of the main points of something. Unit 6:
  • 4. Key points to remember: 1. Css: is a simply designed language intended to simplify the process of making web pages presentable. 2. Inline CSS applies the style to a single element while that element is present in the body section. 3. CSS selectors are used to "find" (or select) the HTML elements you want to style. 4. The class selector selects HTML elements with a specific class attribute. 5. The universal selector is used as a wildcard character. It selects all the elements on the pages. 6. The grouping selector is used to select all the elements with the same style definitions. 7. CSS Fonts is a module of CSS that defines font-related properties and how font resources are loaded 8. CSS margins are used to create space around the element. We can set the different sizes of margins for individual sides (top, right, bottom, left). 9. Padding is white space immediately surrounding an element or another object on a web page. 10.CSS word-wrap property is used to break the long words and wrap onto the next line. 11.The text-overflow property in CSS deals with situations where text is clipped when it overflows the element’s box. 12.The position property determines in what manner an item is positioned on the page or relative to one another 13.The CSS overflow controls the big content. It tells whether to clip content or to add scroll bars. 14.A CSS box model is a compartment that includes numerous assets, such as edge, border, padding and material. It is used to develop the design and structure of a web page. 15. A Navigation bar or navigation system comes under GUI that helps the visitors in accessing information. It is the UI element on a webpage that includes links for the other sections of the website. 16.CSS3 Rounded corners are used to add special colored corner to body or text by using the border- radius property. 17.CSS Border image property is used to add image boarder to some elements 18.CSS word-wrap property is used to break the long words and wrap onto the next line. 19. CSS gradient is used to display smooth transition within two or more specified colors. 20.The content section is the main body of the website. GLOSSARY: 1. SECTION: any of the more or less distinct parts into which something is or may be divided or from which it is made up.
  • 5. 2. Navigation : the process or activity of accurately ascertaining one's position and planning and following a route. 3. Header Section: The header section is generally placed either at the top of the Website or just below a top navigation menu. 4. BOX shadow: Used to add shadow effects to elements 5. Gradient: a part sloping upward or downward 6. Padding Field: This field requires the padding of the component. In essence, this area is the space around the subject area and inside the border-box. The height and the width of the padding box decide its proportions UNIT 7: KEY POINTS TO REMEMBER: 1. JavaScript is a cross-platform, object-oriented scripting language used to make webpages interactive (e.g., having complex animations, clickable buttons, popup menus, etc.). 2. There are two types of data types in JavaScript. A: Primitive data type B: Non-primitive (reference) data type 3. : The do...while loop is similar to the while loop except that the condition check happens at the end of the loop. This means that the loop will always be executed at least once, even if the condition is false. 4. The purpose of a while loop is to execute a statement or code block repeatedly as long as expression is true. Once expression becomes false, the loop will be exited. 5. JavaScript functions are used to perform operations 6. The alert() method in JavaScript is used to display a virtual alert box. It is mostly used to give a warning message to the users. GLOSSARY: 1. CONFIRM: to give approval to 2. Validation: the action of checking or proving the validity or accuracy of something 3. ALERT : quick to notice any unusual and potentially dangerous or difficult circumstances; vigilant. 4. FUNCTION: the kind of action or activity proper to a person, thing, or institution; the purpose for which something is designed or exists 5. Statement : a message that is stated or declared; a communication (oral or written) setting forth particulars or facts etc. 6. Manipulation: the action of manipulating someone in a clever or unscrupulous way.