SlideShare a Scribd company logo
Website : www.osglsofttech.com
 Internship on PHP, JAVA, ANDROID, SEO/SMO,
C/C++, HTML, CSS, My SQL, PHOTOSHP with
LIVE PROJECT, PLACEMENT ASSISTANCE,
OSGL SOFT-TECH PVT LTD CERTIFICATION
1) What is HTML?
HTML is short for HyperText Markup Language, and is the language of the World Wide
Web. It is the standard text formatting language used for creating and displaying
pages on the Web. HTML documents are made up of two things: the content and the
tags that format it for proper display on pages.
2) What are tags?
Content is placed in between HTML tags in order to properly format it. It makes
use of the less than symbol (<) and the greater than symbol (>). A slash
symbol is also used as a closing tag. For example:
<strong>sample</strong>
3) Do all HTML tags come in pair?
No, there are single HTML tags that does not need a closing tag. Examples are
the <img> tag and <br> tags.
4) What are some of the common lists that can be used when designing a page?
You can insert any or a combination of the following list types:
– ordered list
– unordered list
– definition list
– menu list
– directory list
Each of this list types makes use of a different tag set to compose
5) What is image map?
Image map lets you link to many different web pages using a single image. You
can define shapes in images that you want to make part of an image
mapping.
6) What is the advantage of collapsing white space?
White spaces are blank sequence of space characters, which is actually treated
as a single space character in html. Because the browser collapses multiple
space into a single space, you can indent lines of text without worrying about
multiple spaces. This enables you to organize the html code into a much
more readable format.
7) Can attribute values be set to anything or are there specific values that they
accept?
Some attribute values can be set to only predefined values. Other attributes can accept
any numerical value that represents the number of pixels for a size.
8) How do you insert a copyright symbol on a browser page?
To insert the copyright symbol, you need to type &copy; or & #169; in an HTML file.
9) How do you create links to sections within the same page?
Links can be created using the <a> tag, with referencing through the use of the number
(#) symbol. For example, you can have one line as <a href=”#topmost”>BACK TO
TOP</a>, which would result in the words “BACK TO TOP” appearing on the
webpage and links to a bookmark named topmost. You then create a separate tag
command like <a name=”topmost”> somewhere on the top of the same webpage so
that the user will be linked to that spot when he clicked on “BACK TO TOP”.
10) Is there any way to keep list elements straight in an html file?
By using indents, you can keep the list elements straight. If you indent each subnested
list in further than the parent list that contains it, you can at a glance determine the
various lists and the elements that it contains.
1. What is CSS?
The full form of CSS is Cascading Style Sheets. It is a styling language which is simple
enough for HTML elements. It is popular in web designing, and its application is
common in XHTML also.
2. What is the origin of CSS ?
Standard Generalized Markup Language marked the beginning of style sheets in
1980s.
3. What are the different variations of CSS?
The variations for CSS are:
CSS 1
CSS 2
CSS 2.1
CSS 3
CSS 4
4. What are the limitations of CSS?
Limitations are:
Ascending by selectors is not possible
Limitations of vertical control
No expressions
No column declaration
Pseudo-class not controlled by dynamic behavior
Rules, styles, targeting specific text not possible
5. What are CSS frameworks?
It is a pre-planned libraries, which allows easier and more standards-compliant
webpage styling, using CSS language.
6. Who maintains the CSS specifications?
World Wide Web Consortium maintains the CSS specifications.
7. In how many ways can a CSS be integrated as a web page?
CSS can be integrated in three ways:
Inline: Style attribute can be used to have CSS applied HTML elements.
Embedded: The Head element can have a Style element within which the code can be
placed.
Linked/ Imported: CSS can be placed in an external file and linked via link element.
8. Discuss the merits and demerits of Embedded Style Sheets?
Merits of Embedded Style Sheets:
Multiple tag types can be created in a single document.
Styles, in complex situations, can be applied by using Selector and Grouping methods.
Extra download is unnecessary.
Demerits of Embedded Style Sheets:
Multiple documents cannot be controlled.
9. What does CSS selector mean?
A string equivalent of HTML elements by which declarations or a set of it, is declared
and is a link that can be referred for linking HTML and Style sheet is CSS selector.
10. Enlist the media types CSS allows?
The design and customization of documents are rendered by media. By applying media
control over the external style sheets, they can be retrieved and used by loading it
from the network.
What is PHP?
PHP is a server side scripting language commonly used for web applications. PHP has
many frameworks and cms for creating websites.Even a non technical person can
cretae sites using its CMS.WordPress,osCommerce are the famus CMS of php.It is
also an object oriented programming language like java,C-sharp etc.It is very eazy
for learning
PHP Questions
What is the use of "echo" in php?
It is used to print a data in the webpage, Example: <?php echo 'Car insurance'; ?> , The
following code print the text in the webpage
How to include a file to a php page?
We can include a file using "include() " or "require()" function with file path as its
parameter.
What's the difference between include and require?
If the file is not found by require(), it will cause a fatal error and halt the execution of the
script. If the file is not found by include(), a warning will be issued, but execution will
continue.
require_once(), require(), include().What is difference between them?
require() includes and evaluates a specific file, while require_once() does that only if it
has not been included before (on the same page). So, require_once() is
recommended to use when you want to include a file where you have a lot of
functions for example. This way you make sure you don't include the file more times
and you will not get the "function re-declared" error.
Differences between GET and POST methods?
We can send 1024 bytes using GET method but POST method can transfer large
amount of data and POST is the secure method than GET method.
How to declare an array in php?
Eg : var $arr = array('apple', 'grape', 'lemon');
What is the use of 'print' in php?
This is not actually a real function, It is a language construct. So you can use with out
parentheses with its argument list.
Example print('PHP Interview questions');
print 'Job Interview ');
What is use of in_array() function in php ?
in_array used to checks if a value exists in an array
What is use of count() function in php ?
count() is used to count all elements in an array, or something in an object
Company Name : OSGL Soft-Tech Pvt Ltd
Website : www.osglsofttech.com
Phone No. : +91-8650030309
+91-8650030308
Mail : info@osglsofttech.com
Address : TBI-GEU, 566/6 Bell Road, Clement
Town, Dehradun
Headoffice : 131, 1st Floor, PKT-9, Sector-5,
Rohini, North-East Delhi-110085

More Related Content

PPTX
Web page concept final ppt
PPT
Presentation on html, css
PPTX
What should or not be programmed on the web
PPTX
Grade 10 COMPUTER
PPTX
4. html css-java script-basics
PDF
Basic Details of HTML and CSS.pdf
PDF
HTML CSS JS in Nut shell
PPT
Uta005 lecture2
Web page concept final ppt
Presentation on html, css
What should or not be programmed on the web
Grade 10 COMPUTER
4. html css-java script-basics
Basic Details of HTML and CSS.pdf
HTML CSS JS in Nut shell
Uta005 lecture2

What's hot (20)

PPTX
Hushang Gaikwad
PDF
An Seo’s Intro to Web Dev, HTML, CSS and JavaScript
ODP
How to Make HTML and CSS Files
PPTX
Internet and Web Technology (CLASS-4) [CSS & JS]
PPTX
uptu web technology unit 2 html
PPTX
1 introductin to HTML
PDF
Frontend Crash Course: HTML and CSS
PPTX
PPTX
Html css java script basics All about you need
PPTX
PDF
Iwt module 1
PPTX
Hypertext markup language (html)
PDF
Intro to HTML & CSS
PPT
Span and Div tags in HTML
PPTX
Website development courses
PPTX
Internet and Web Technology (CLASS-3) [HTML & CSS]
PDF
DOCX
PHP HTML CSS Notes
DOCX
Hushang Gaikwad
An Seo’s Intro to Web Dev, HTML, CSS and JavaScript
How to Make HTML and CSS Files
Internet and Web Technology (CLASS-4) [CSS & JS]
uptu web technology unit 2 html
1 introductin to HTML
Frontend Crash Course: HTML and CSS
Html css java script basics All about you need
Iwt module 1
Hypertext markup language (html)
Intro to HTML & CSS
Span and Div tags in HTML
Website development courses
Internet and Web Technology (CLASS-3) [HTML & CSS]
PHP HTML CSS Notes
Ad

Similar to Website development-osgl (20)

PDF
Interview+Questions (1).pdf
PPTX
WEB DEVELOPMENT
TXT
PDF
Industrial training report
PDF
Intro to HTML 5 / CSS 3
PDF
Ncp computer appls web tech asish
PPT
HTML_JavaScript_Malaysia_2008 (2).ppt
ODP
Light introduction to HTML
PPTX
An Overview of HTML, CSS & Java Script
PPTX
PPTX
Web design and web development - Unit 1.pptx
PPT
xhtml_css.ppt
ODP
Css jon duckett - flashcards
PPSX
HTML & JAVA Script
PDF
Training report on web developing
PPS
PPTX
Web Information Systems Html and css
PDF
3.web Technology and sub topics for computer applications
PPTX
9781285852645_CH01 research and analysis of data.pptx
PDF
shobhit training report (3) (4).pdf report
Interview+Questions (1).pdf
WEB DEVELOPMENT
Industrial training report
Intro to HTML 5 / CSS 3
Ncp computer appls web tech asish
HTML_JavaScript_Malaysia_2008 (2).ppt
Light introduction to HTML
An Overview of HTML, CSS & Java Script
Web design and web development - Unit 1.pptx
xhtml_css.ppt
Css jon duckett - flashcards
HTML & JAVA Script
Training report on web developing
Web Information Systems Html and css
3.web Technology and sub topics for computer applications
9781285852645_CH01 research and analysis of data.pptx
shobhit training report (3) (4).pdf report
Ad

Recently uploaded (20)

PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Basic Mud Logging Guide for educational purpose
PDF
Complications of Minimal Access Surgery at WLH
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Pharma ospi slides which help in ospi learning
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Pre independence Education in Inndia.pdf
PPTX
Institutional Correction lecture only . . .
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
Final Presentation General Medicine 03-08-2024.pptx
Basic Mud Logging Guide for educational purpose
Complications of Minimal Access Surgery at WLH
VCE English Exam - Section C Student Revision Booklet
Supply Chain Operations Speaking Notes -ICLT Program
Computing-Curriculum for Schools in Ghana
Pharma ospi slides which help in ospi learning
FourierSeries-QuestionsWithAnswers(Part-A).pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Microbial disease of the cardiovascular and lymphatic systems
Pre independence Education in Inndia.pdf
Institutional Correction lecture only . . .
TR - Agricultural Crops Production NC III.pdf
RMMM.pdf make it easy to upload and study
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Abdominal Access Techniques with Prof. Dr. R K Mishra

Website development-osgl

  • 2.  Internship on PHP, JAVA, ANDROID, SEO/SMO, C/C++, HTML, CSS, My SQL, PHOTOSHP with LIVE PROJECT, PLACEMENT ASSISTANCE, OSGL SOFT-TECH PVT LTD CERTIFICATION
  • 3. 1) What is HTML? HTML is short for HyperText Markup Language, and is the language of the World Wide Web. It is the standard text formatting language used for creating and displaying pages on the Web. HTML documents are made up of two things: the content and the tags that format it for proper display on pages. 2) What are tags? Content is placed in between HTML tags in order to properly format it. It makes use of the less than symbol (<) and the greater than symbol (>). A slash symbol is also used as a closing tag. For example: <strong>sample</strong> 3) Do all HTML tags come in pair? No, there are single HTML tags that does not need a closing tag. Examples are the <img> tag and <br> tags.
  • 4. 4) What are some of the common lists that can be used when designing a page? You can insert any or a combination of the following list types: – ordered list – unordered list – definition list – menu list – directory list Each of this list types makes use of a different tag set to compose 5) What is image map? Image map lets you link to many different web pages using a single image. You can define shapes in images that you want to make part of an image mapping. 6) What is the advantage of collapsing white space? White spaces are blank sequence of space characters, which is actually treated as a single space character in html. Because the browser collapses multiple space into a single space, you can indent lines of text without worrying about multiple spaces. This enables you to organize the html code into a much more readable format.
  • 5. 7) Can attribute values be set to anything or are there specific values that they accept? Some attribute values can be set to only predefined values. Other attributes can accept any numerical value that represents the number of pixels for a size. 8) How do you insert a copyright symbol on a browser page? To insert the copyright symbol, you need to type &copy; or & #169; in an HTML file. 9) How do you create links to sections within the same page? Links can be created using the <a> tag, with referencing through the use of the number (#) symbol. For example, you can have one line as <a href=”#topmost”>BACK TO TOP</a>, which would result in the words “BACK TO TOP” appearing on the webpage and links to a bookmark named topmost. You then create a separate tag command like <a name=”topmost”> somewhere on the top of the same webpage so that the user will be linked to that spot when he clicked on “BACK TO TOP”.
  • 6. 10) Is there any way to keep list elements straight in an html file? By using indents, you can keep the list elements straight. If you indent each subnested list in further than the parent list that contains it, you can at a glance determine the various lists and the elements that it contains. 1. What is CSS? The full form of CSS is Cascading Style Sheets. It is a styling language which is simple enough for HTML elements. It is popular in web designing, and its application is common in XHTML also. 2. What is the origin of CSS ? Standard Generalized Markup Language marked the beginning of style sheets in 1980s.
  • 7. 3. What are the different variations of CSS? The variations for CSS are: CSS 1 CSS 2 CSS 2.1 CSS 3 CSS 4 4. What are the limitations of CSS? Limitations are: Ascending by selectors is not possible Limitations of vertical control No expressions No column declaration Pseudo-class not controlled by dynamic behavior Rules, styles, targeting specific text not possible 5. What are CSS frameworks? It is a pre-planned libraries, which allows easier and more standards-compliant webpage styling, using CSS language.
  • 8. 6. Who maintains the CSS specifications? World Wide Web Consortium maintains the CSS specifications. 7. In how many ways can a CSS be integrated as a web page? CSS can be integrated in three ways: Inline: Style attribute can be used to have CSS applied HTML elements. Embedded: The Head element can have a Style element within which the code can be placed. Linked/ Imported: CSS can be placed in an external file and linked via link element. 8. Discuss the merits and demerits of Embedded Style Sheets? Merits of Embedded Style Sheets: Multiple tag types can be created in a single document. Styles, in complex situations, can be applied by using Selector and Grouping methods. Extra download is unnecessary. Demerits of Embedded Style Sheets: Multiple documents cannot be controlled.
  • 9. 9. What does CSS selector mean? A string equivalent of HTML elements by which declarations or a set of it, is declared and is a link that can be referred for linking HTML and Style sheet is CSS selector. 10. Enlist the media types CSS allows? The design and customization of documents are rendered by media. By applying media control over the external style sheets, they can be retrieved and used by loading it from the network. What is PHP? PHP is a server side scripting language commonly used for web applications. PHP has many frameworks and cms for creating websites.Even a non technical person can cretae sites using its CMS.WordPress,osCommerce are the famus CMS of php.It is also an object oriented programming language like java,C-sharp etc.It is very eazy for learning PHP Questions
  • 10. What is the use of "echo" in php? It is used to print a data in the webpage, Example: <?php echo 'Car insurance'; ?> , The following code print the text in the webpage How to include a file to a php page? We can include a file using "include() " or "require()" function with file path as its parameter. What's the difference between include and require? If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, but execution will continue. require_once(), require(), include().What is difference between them? require() includes and evaluates a specific file, while require_once() does that only if it has not been included before (on the same page). So, require_once() is recommended to use when you want to include a file where you have a lot of functions for example. This way you make sure you don't include the file more times and you will not get the "function re-declared" error.
  • 11. Differences between GET and POST methods? We can send 1024 bytes using GET method but POST method can transfer large amount of data and POST is the secure method than GET method. How to declare an array in php? Eg : var $arr = array('apple', 'grape', 'lemon'); What is the use of 'print' in php? This is not actually a real function, It is a language construct. So you can use with out parentheses with its argument list. Example print('PHP Interview questions'); print 'Job Interview '); What is use of in_array() function in php ? in_array used to checks if a value exists in an array What is use of count() function in php ? count() is used to count all elements in an array, or something in an object
  • 12. Company Name : OSGL Soft-Tech Pvt Ltd Website : www.osglsofttech.com Phone No. : +91-8650030309 +91-8650030308 Mail : info@osglsofttech.com Address : TBI-GEU, 566/6 Bell Road, Clement Town, Dehradun Headoffice : 131, 1st Floor, PKT-9, Sector-5, Rohini, North-East Delhi-110085