
The World wide web is an Information system where documents are available over the internet.
The documents are transferred over HTTP.
HTTP is a formally defined set of rules for communication between a client (requester) and a server (responder).
That’s really all you need to know.
www.example.com is the address we type on browser which have following parts:
The document is it save on server, when we want to access it, the code is load on the browser and we saw a beautiful page.
A typical webpage consists of code written in HTML, CSS and JavaScript, but it’s not rule that all 3 must use.
Or any similar modern web browser will do.
Or any other code editor (VS code is great and free)
Setting up your font size, themes and other settings
Install extensions:
Now you can make new file as HTML write file extension .html. VS code automatically recognize the file and behave like that
Hyper Text Markup Language
Hello World!
Write first code of line
You can use any kind of software or text document to write code. When you got changes in the source code and you open the file and second time you just need to refresh the page that’s it.
H1 | Img (image) | head (header) | video (video) |
H2 | Div (box) | body (body) | span |
H3 | a (link) | main | b (bold) |
H4 | li (list) | nav (navigation menu) | i |
H5 | ul (unorder list) | form (forms) | p (paragraphs) |
H6 | ol (ordered list) | Table (tables) | Br (break line) |
First of all, there is an open tag and close tag that makes up code. <h1> is an open tag and </h1> is a close tag.
Mdn is a platform where all the resource of the HTML and CSS
Must use google which is show much of the whole HTML code of the page just right click on any place of the page and click on “inspect”.
Document
It is not a part of a code; it is use only for take notes.
h1 is 32px (2em)
h2 is 24px (1.5em)
h3 is 18.72px (1.17em)
h4 is 16px (1em)
h5 is 13.28px (0.83em)
h6 is 10.72px (0.67em)
H1 Heading
H2 Heading
H3 Heading
H4 Heading
H5 Heading
H6 Heading
Ghulam Ahmad is an Excellent Writer, His magical words added value in growth of our life. Highly Recommended
- Fazal Rehman Tweet