An interconnected system of public webpages accessible through the Internet.
What is World wide web? or Web ?
CSS property is used to change the text color of an element.
What is color?
National Occupational Competency Testing Institute
What is NOCTI ?
This property controls the capitalization of text.
What is text-transform property?
What does ".com" stand for ?
Ans: commercial
A network of connected computers that the web works on.
What is internet?
Set of rules that define the structure of a language.
What is syntax?
Meta tag is placed in this part of the html code.
What is Head tag ? <head></head>
To add style to an element with an id, you preface the id with this symbol in your CSS.
What is a #
Riddle:
What word is spelled wrong in the dictionary?
Answer: Wrong.
An application that runs on a work or personal computer.
What is client software?
<!-- this is a comment in which language -->
What is HTML?
The most important tag to put into a web page for search engines.
What is a Title tag?
Syntax that indicates class in CSS
What is a dot . or period .
Information divided into chunks to be sent across internet is called.
Packets
A software that controls the operation of a computer and direct the processing of programs.
What is an operating system?
body{color:blue;}
Terms used for body,color and blue for this code in CSS
Answer any two.
body --> selector
color --> Property
blue --> valueThe process of improving your site's visibility when people search for a product or business.
What is SEO ? Search Engine Optimization
What is the default value of the position property
Static proprty
Riddle:
What is so delicate that saying its name breaks it?
Silence.
A virtual places within an operating system where network connections start and end.
What is a port?
In CSS,
1.The space around an element's border is called
2.Space between border and content.
1.Margin
2. Padding
https: --> scheme
docs --> subdomain
google --> second level domain
com --> top level domain
This line of code div + p will select
Select all <p> elements that are descendants of a <div>
What part of URL tells web servers which protocol to use when it accesses a page on your website?
Ans: Scheme