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 - 01
Description: HTML Tutorial for Beginners

Document Preview

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


HTML Tutorial for Beginners - 01 - Creating the first web
page
EJ Media
In this tutorial, we will be creating our first web page using HTML
...
We simply type "doctype html" to let
the browser know we are using HTML5
...
We also create the
head section, which contains information about the page such as the title
...

The heart and soul of the web page is the body section, which is where everything is displayed
to the user
...
) to identify sections of the website and the p tag to
create paragraphs of text
...


Introduction to HTML
HTML is a markup language used to create web pages
...


Creating Your First Web Page

To create your first web page, open a text editor and type in the following:




My Web Page


Welcome to My Web Page


This is my first web page
...




Save the file as "test
...


Exploring HTML Tags

HTML has many tags that can be used to format text, create links, and add images, among other
things
...


Testing Your HTML

To test your HTML, you can simply open the file in a web browser by double-clicking on it
...


Conclusion

HTML is a powerful tool for creating web pages
...



Title: HTML Tutorial for Beginners - 01
Description: HTML Tutorial for Beginners