100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
HTML Basics $90.49   Add to cart

Class notes

HTML Basics

 7 views  0 purchase
  • Course
  • Institution

In this tutorial, I will teach you how to use HTML to create websites from start to finish. This tutorial includes my own handwritten notes and source code that you can use to create new websites again and again. You just need to invest your time in this video, as there are no prerequisites. By ...

[Show more]

Preview 1 out of 3  pages

  • April 24, 2023
  • 3
  • 2022/2023
  • Class notes
  • Ayush
  • All classes
avatar-seller
HTML Basics

In this tutorial, I will teach you how to use HTML to create websites from start to finish. This
tutorial includes my own handwritten notes and source code that you can use to create new
websites again and again. You just need to invest your time in this video, as there are no
prerequisites. By following this tutorial, you will be able to create beautiful websites.
What is HTML?

HTML stands for Hypertext Markup Language, and it is the language used to create websites.
HTML tags define the look and feel of a website. With an understanding of these tags and how
to put them together, we can create beautiful websites easily.

HTML is only used to define your website's page layout. It is just a bare bone page structure,
without any design or style. If you do not use CSS, your website will look very plain. Let me
show you an example:

<html> <body> <h1>Hello World!</h1> <p>This is an example without CSS.</p>
</body> </html>

To make your website more attractive, you need to use CSS. CSS is used to handle the design
and visual style of the web page.

If you want to specify more complex functionality and interactivity, you can use JavaScript.
JavaScript is often used in conjunction with HTML and CSS to create dynamic websites.
Introduction to JavaScript

If you want to control your webpage by hiding or showing anything for a specific duration, you
can make use of JavaScript. In this course, we will learn how to use JavaScript to achieve all
these things.
HTML, CSS, and JavaScript

HTML is used for designing the frame of a website, while CSS is used for its decoration. On the
other hand, JavaScript is used for the frontend logic, which means the logic that users can see.
Backend logic, which is used by the server, is always hidden from the user.
Client Side Logic

JavaScript is a type of client-side logic, which means users can see its logic. On the other hand,
backend logic is always hidden from the user. For example, if a website is using Django, users
will not be able to see its backend logic, but only its frontend logic.
Designing a Beautiful Layout

In this course, we will learn how to design beautiful layouts. To start with, we will view the source
code of a website by clicking the right button and selecting "view page source." We can then

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller ayushchaurasiya. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $90.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

76800 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$90.49
  • (0)
  Add to cart