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.
Description: I'm a web developer working in a startup.This HTML guide will make you grasp the topics of the markup language HTML real quick.The guide is Ideal for Intermediates and beginners as the topics are explained from scratch in a clean and clear way. This guide is primarily made to help students out there to get a firm grip on HTML as it is an essential tool to be learnt.Hope you find this helpful!!
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
HTML-GUIDE
HTML, or Hypertext Markup Language, is a markup language used for
creating web pages
...
In t is guide, we'll cover everyt ing you need to know to get
started wit HTML, including t e basic structure of an HTML document,
common HTML tags and attributes, and more advanced concepts
...
T e basic structure of an HTML document
includes t e following elements:
T e declaration, w ic specifes t e HTML version
used in t e document
...
T e element, w ic contains meta-information about t e
document
...
T e element, w ic contains t e content of t e document
...
Here's an example of w at a basic HTML document mig t look like:
Welcome to my Web Page
This is some text on my web page
...
-In this example, the ttle of the webpage will be shown as ‘My Web Page ‘ with some
text value in the website which is none other than the value that is writen in the
paragraph tag of the document body(body tag)
...
Here are some common HTML attributes:
class : T is attribute specifes a class name for t e element, w ic
can be used for styling wit CSS
...
href: T is attribute specifes t e UL of t e resource to w ic t e
element is linked
...
alt: T is attribute specifes alternative text for an image, w ic is
used if t e image cannot be displayed
...
T ey allow
users to input data and interact wit t e web page
...
T e
4
...
T ere are many diferent types of input
elements, suc as for text felds, type="checkbox"> for c eckboxes, for radio
buttons, for password felds, and more
...
php" method="POST">
5
...
For example, t e following code
adds a place older text to t e text input feld: