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 Tutorial for beginners
Description: The HTML Tutorial for Beginners is a document that provides a step-by-step guide for people who are new to HTML (Hypertext Markup Language) and want to learn how to create web pages using this language. The document covers the basics of HTML and teaches the reader how to use tags, elements, and attributes to structure and format text, images, and other content on a web page.

Document Preview

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


HTML TUTORIAL FULL COURSE NOTES
HTML Tutorial for Beginners - 01 - Introduction to HTML

Html is the bedrock of the world wide web and if you 're going to do anything even in other
languages involving the web, it is highly important
...
This is an introductory video in the next video
...
all you have to use is no Pet remember an Html
document is simply a text file so all we really are going to need for this series is no pad
...


HTML Tutorial for Beginners - 02 - Creating the first web page
In this video, we 're gon na create our very first web page using Html
...
It 's not just Html They can display XMl files XMl files
...
we 're going to be using Html 5
...
the first real
section that comes after Html is called the head section
...
the title element is what shows up in the title bar of the web browser and we 'll see
that in a few moments
...
your web page and it needs
also a closing tag as well and so again
...
This is the primary section
of your website
...


HTML TUTORIAL FULL COURSE NOTES
This is the very first webpage now We're going to explore many more Html tags
...
later on I
'll show you how we can adjust the font size here
...


HTML Tutorial for Beginners - 03 - Ordered and Unordered lists
HTML provides two main ways to create lists: unordered and ordered lists
...
Both use the
  • tag,
    which is embedded inside either the
      or the