0% found this document useful (0 votes)
69 views1 page

4 - PDFsam - HTML Study Material

The document discusses that Django is the best web application framework for Python as it is fast, secure, and scalable. It provides an inbuilt SQLite database. Popular websites like YouTube, Dropbox, Quora, Instagram, Reddit, and Yahoo Maps use Python and Django for development. HTML is the basic building block for web applications and contains the head and body sections. The head contains meta data and references to CSS and JavaScript files while the body holds the actual content.

Uploaded by

ROHIT JAIN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views1 page

4 - PDFsam - HTML Study Material

The document discusses that Django is the best web application framework for Python as it is fast, secure, and scalable. It provides an inbuilt SQLite database. Popular websites like YouTube, Dropbox, Quora, Instagram, Reddit, and Yahoo Maps use Python and Django for development. HTML is the basic building block for web applications and contains the head and body sections. The head contains meta data and references to CSS and JavaScript files while the body holds the actual content.

Uploaded by

ROHIT JAIN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

For the Framework DJango is the best choice because it is Fast, Secure and Scalable.

Django is the
most popular web application framework for Python.

DJango provides inbuilt database which is nothing but SQLite, which is the best choice for
database.

The following are various popular web applications which are developed by using Python and
DJango

YouTube, Dropbox, Quora, Instagram, Reddit, Yahoo Maps etc

HTML Basics:
HTML stands for HyperText Markup language.
This is the most basic building block of every web application.Without using HTML we cannot build
web applications. It is the mandotory technology.

We can use CSS to sstyle HTML Pages.


We can use Java Script to add functionality to the HTML pages.

In general we will add django template tags to HTML for generating dynamic content based on our
requirement.

Strcutre of HTML Page:


Every HTML page contains 2 parts
1. Head
2. Body

Head contains meta data like title of the page, keywords etc. CSS files and Java Script files
information we have to specify in the Head Part only.

Body contains actual content.

1) <!doctype html>// to indicate that it is HTML page


2) <html >
3) <head>
4) Meta Data like keywords,author,title...
5) css files information
6) js files information
7) </head>
8) <body>
9) Actual Data
10) </body>
11) </html>

nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
4  040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy