0% found this document useful (0 votes)
5 views4 pages

Day 1

The document provides an introduction to the internet, explaining its functionality, web servers, and how websites operate. It covers the role of HTML, CSS, and JavaScript in web development, detailing their functions and the structure of web pages. Additionally, it discusses the process of data requests through ISPs and DNS, highlighting the importance of IP addresses and the concept of tags and elements in HTML.

Uploaded by

ayanmishra9630
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)
5 views4 pages

Day 1

The document provides an introduction to the internet, explaining its functionality, web servers, and how websites operate. It covers the role of HTML, CSS, and JavaScript in web development, detailing their functions and the structure of web pages. Additionally, it discusses the process of data requests through ISPs and DNS, highlighting the importance of IP addresses and the concept of tags and elements in HTML.

Uploaded by

ayanmishra9630
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/ 4

Day 1 |

Title: Introduction
Date: 24/5/24

Day 1 | 1
Content NOTES

What is Internet-
internet?

How does
internet work?

What is web
server?

How websites
work? A bus like tropology where everything is
What does web connected through main stream wire called
browser do? internet, where clients devices are connected to
server devices. Its really a true cable laid all
What is HTML?
over the world through which data flows.
HTML tags.

Heading

Paragraph

Horizontal
row

Break
There’s some devices which are active 24/7 to
List
receive and send data through internet called
servers. Web server a like giant library where
data store in specific address called IP address,
every device have there unique IP address so do
web pages also.

Internet working-

whenever any device request any data, the


request goes to ISP internet service provider
where it redirect to DNS domain name system
where it get the IP address of data or file and

Day 1 | 2
send it back to client. All this happens in few
Resources
seconds.
Typing skill
https://www.keybr.com/

Cable map
https://www.submarinecablemap.com/

Stackoverflow
https://stackoverflow.com/

Lorum Ipsum Website working-


https://www.lipsum.com/ So any webpage contains 3 type of files-
HTML, CSS, JS all these files have different
function and all these together make a working
website.

HTML- Its like a skeleton of webpage where all


the data are written. CSS- It is used for styling
the webpage contents. JS- it makes a webpage
responsive and functioning.

Web browser like chrome etc works just to


combines all these data and reflect it back to
client.

HTML-

Its a hyper text markup language, as it name


symbolizes hyper text means a text which
redirect to another webpage or file. Its a
fundamental block of websites where all the
data is written. There’s many tags use for
writing code in html like <br>, <title> etc.
These tags have opening and closing lines
except few tags where only one tag works like
<br /> and remember that slash is used at the
end while in normal tags it is used before the
name of the tag.

Day 1 | 3
Tags vs Elements:

So tags are code written in angular bracket


while element is collection of tags with
data.

Void elements is where there is no data


between tags like <hr /> while in non
void element it reserve like <p>….</p>,
mark out the tags the position of / and
spacing thing in void and non void
elements.

There’s no issue in indentation like in


coding language ex python. Whenever you
save code in VS it will automatically set in
proper manner.

Tags:

Tags:

SUMMARY

Journal

Day 1 | 4

You might also like