Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

compiler designcompiler design lab manual, Study Guides, Projects, Research of Web Application Development

compiler design lab manualcompiler design lab manualcompiler design lab manualcompiler design lab manualcompiler design lab manualcompiler design lab manualcompiler design lab manual

Typology: Study Guides, Projects, Research

2018/2019

Uploaded on 11/07/2019

oriental-confession
oriental-confession šŸ‡®šŸ‡³

2 documents

1 / 16

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1
EXPERIMENT 1
Aim: Introduction to HTML, CSS, BOOTSTRAP, SQL
HTML
HTML (Hyper Text Mark-up Language) is the most basic building block of the
Web. It defines the meaning and structure of web content. Other technologies
besides HTML are generally used to describe a web page's
appearance/presentation (CSS) or functionality/ behaviour (JavaScript).
"Hypertext" refers to links that connect web pages to one another, either
within a single website or between websites. Links are a fundamental aspect of
the Web. By uploading content to the Internet and linking it to pages created by
other people, you become an active participant in the World Wide Web.
HTML uses "mark up" to annotate text, images, and other content for display in
a Web browser. HTML mark-up includes special "elements" such
as <head>, <title>, <body>, <header>, <footer>, <article>, <section>, <p>, <div>,
<span>, <img>, <aside>, <audio>, <canvas>, <datalist>, <details>, <embed>, <n
av>, <output>, <progress>, <video>and many others.
An HTML element is set off from other text in a document by "tags", which
consist of the element name surrounded by "<" and ">". The name of an
element inside a tag is case insensitive. That is, it can be written in uppercase,
lowercase, or a mixture. For example, the <title> tag can be written
as <Title>, <TITLE>, or in any other way.
Structured Query Language (SQL)
Structured Query Language (SQL) is a standard computer language for
relational database management and data manipulation. SQL is used to query,
insert, update and modify data. Most relational databases support SQL, which
is an added benefit for database administrators (DBAs), as they are often
required to support databases across several different platforms.
First developed in the early 1970s at IBM by Raymond Boyce and Donald
Chamberlin, SQL was commercially released by Relational Software Inc. (now
known as Oracle Corporation) in 1979. The current standard SQL version is
voluntary, vendor-compliant and monitored by the American National
Standards Institute (ANSI). Most major vendors also have proprietary versions
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff

Partial preview of the text

Download compiler designcompiler design lab manual and more Study Guides, Projects, Research Web Application Development in PDF only on Docsity!

Aim: Introduction to HTML, CSS, BOOTSTRAP, SQL

HTML

HTML (Hyper Text Mark-up Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page's appearance/presentation (CSS) or functionality/ behaviour (JavaScript). "Hypertext" refers to links that connect web pages to one another, either within a single website or between websites. Links are a fundamental aspect of the Web. By uploading content to the Internet and linking it to pages created by other people, you become an active participant in the World Wide Web. HTML uses "mark up" to annotate text, images, and other content for display in a Web browser. HTML mark-up includes special "elements" such as , , <body>, <header>, <footer>, <article>, <section>, <p>, <div>, <span>, <img>, <aside>, <audio>, <canvas>, <datalist>, <details>, <embed>, <n av>, <output>, <progress>, <video>and many others. An HTML element is set off from other text in a document by "tags", which consist of the element name surrounded by "<" and ">". The name of an element inside a tag is case insensitive. That is, it can be written in uppercase, lowercase, or a mixture. For example, the <title> tag can be written as <Title>, <TITLE>, or in any other way. <strong>Structured Query Language (SQL)</strong> Structured Query Language (SQL) is a standard computer language for relational database management and data manipulation. SQL is used to query, insert, update and modify data. Most relational databases support SQL, which is an added benefit for database administrators (DBAs), as they are often required to support databases across several different platforms. First developed in the early 1970s at IBM by Raymond Boyce and Donald Chamberlin, SQL was commercially released by Relational Software Inc. (now known as Oracle Corporation) in 1979. The current standard SQL version is voluntary, vendor-compliant and monitored by the American National Standards Institute (ANSI). Most major vendors also have proprietary versions</p> <p>that are incorporated and built on ANSI SQL, e.g., SQL*Plus (Oracle), and Transact-SQL (T-SQL) (Microsoft). <strong>CSS Cascading Style Sheets</strong> ( <strong>CSS</strong> ) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS describes how elements should be rendered on screen, on paper, in speech, or on other media. CSS is one of the core languages of the <strong>open Web</strong> and is standardized across Web browsers according to the W3C specification. Developed in levels, CSS1 is now obsolete, CSS2.1 is a recommendation, and CSS3, now split into smaller modules, is progressing on the standardization track. CSS (Cascading Style Sheets) allows you to create great looking web pages, but how does it work under the hood? This article explains what CSS is, how the browser turns HTML into a Document Object Model (DOM), how CSS is applied to parts of the DOM, some very basic syntax examples, and what code is used to actually include our CSS in our web page. <strong>BOOTSTRAP</strong> Bootstrap is a powerful toolkit - a collection of HTML, CSS, and JavaScript tools for creating and building web pages and web applications. It is a free and open source project, hosted on GitHub, and originally created by (and for) Twitter. A basic Bootstrap HTML template should look something like this:</p> <h2>Aim: Create your Resume</h2> <p><html> <head> <title>

NAME: Prafful Lachhwani

ADDRESS:G-1 HNO-5, Bairagarh

DATE OF BIRTH: 18 September 1998

TECHNICAL SKILLS:

            Languages known: C/Cpp,HTML,CSS,JAVA(SE),PHP(CORE)
            Subject of Interest: OOPs, DBMS, Blockchain
            Tools: Brackets, Netbeans, Codeblocks, Atom
            Database: MySql

ACHIEVEMENTS:

  • Winner of Smart India Hackathon 2k18
  • Cleared CodeVita 2k18 Round 1

Experiment No.:03

A navigation bar (or navigation system) is a section of a graphical user interface intended to aid visitors in accessing information. Navigation bars are implemented in file browsers, web browsers and as a design element of some web sites

Aim: Code For Grouping Selector including comment

Hello World!

This paragraph is styled with CSS.

CSS comments are not shown in the output.

EXPERIMENT 6:

Aim: Create OIST index page.

Oriental Institute of Science and Technology,Bhopal

Select Courses

  • Bachelors of

    Aim: Html document using image maps(different shapes like

    rectangle,circle etc.)

    Experiment 7:

    Aim: Design Indian Flag using Frames

    Example of HTML Frames using row attribute <body></body>


    email:



    Academic details Enrollment id:

    Branch:
    Automobile Engineering Civil Engineering Chemical Engineering Computer Science and Engineering Mechanical Engineering
    Current CGPA:


    Aim: Design code for Internal and external statements to

    change the color of text inside element to blue and

    change the font height of the text inside h2 element

    HTML!


    The default text color of <b> tag is changed to blue using internal css

    Aim: Javascript for control browser

    Javascript control

    HTML code to demonstrate the working of Javascript

    Javascript makes our static html page dynamic. Javascript is a scripting language and is essential for web development. Click the button to change the content of current page