Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: HTML notes for beginers
Description: its a note for beginers who want to get insight about web developement and wants to learn HTML.

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


HTML NOTES FOR BEGINERS
In this note I 'm going to teach you HTML from very starting to the very
end
...

You just have to invest your time in this note there 's no any type of prerequisite Just invest your time in this note and you 'll be able to create
beautiful websites
...

HTML stands for Hypertext Markup Language and HTML is the
language of the web It is used to create websites
...
We use HTML tags to de ne look and feel of
the website
...
HTML is only used to
de ne your website 's page 's layout It is just a bare bone page structure
You have n't added any design or style in it If you do n't use the CSS ,
let me show you how your website will look I 'll only keep the HTML and
remove the CSS from this So all the CSS style sheets
...

CSS is used for to handle the designs and all other things
...


fi

fi

fi

With JavaScript you can choose to hide or show anything & for as many
minutes as you like
...
In Chapter 1 I 'll tell you , how you can do these things in Chapter
1
...
With HTML you design
the frame of your website and then you design it with CSS
...
JavaScript is a type of client side logic which means the logic that
user can also see And backend logic is always hidden from us The
server from where this website is coming for example my website was
designed in Django So what logic is Django 's backend is using I will
never know I can only see the logic of frontend I can see it 's logic that
how is it functioning
...
We 'll click right -- > View page source and we 'll copy this and
paste it here I 've simply pasted it I 'm telling you the website won't look
100 % good Because there are styles which I ''m using through sever
roots For now we wo n't discuss this We'll just keep in mind that it 's not
this easy to view page source of any website Copied the code and paste
in a notepad and we can copy that website
...
You can create a new le by click here and
create a folder by clicking here
...
You can write HTML even in Notepad Text-editors
just make these things easier We 'll show you how VScodes facilitate in
a great we-development
...
To change the font size you have to press a lot keys
...
Every website is made up of HTML and we start building a
website by creating a le named index
...
This is the point from
where your website starts to be visible
...


fi

fi

We just want to generate an HTML page
...
If I do n't type '' index
...
html '' If I rename this
le I won't be able to see anything after changing it 's name
...
Meta data means the data
about the data
...
The body contains all
the tags which you 'll see on this web page
...
A tag can contain more tag or
directly a content Just like `` H1 '' and the paragraph
...


fi

fi

but not fully
...



Title: HTML notes for beginers
Description: its a note for beginers who want to get insight about web developement and wants to learn HTML.