
This video is about introduction to this
This lecture is the introduction of html
This lecture is about change the background color using color
This lecture is about change the background color using colour
This lecture about how to add a image as a background
This video about line
This lecture about heading tags
Like h1 upto
This lecture about heading tag with alignment
This lecture about text formatting
This lecture about special text formatting
This video about transparent signup form using html &
This course for beginners only.
How to create a simple webpage?
Learn html and css basic fundamentals
Each video contains different topics
1.simple html program
2.change background color
3.change background color using color codes
4.add image as a background
5.heading tag
6.heading tag with alignment
7.line breaks and paragraph
8.text formatting tag
9.highlighting text
10.inserting and deleting
11.change the font style ,size and color
12.<hr> tag
This course can be completed means you have to create a simple basic html webpage
What is HTML?
HTML stands for Hyper Text Markup Language
HTML is the standard markup language for creating Web pages
HTML describes the structure of a Web page
HTML consists of a series of elements
HTML elements tell the browser how to display the content
HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.
Web Browsers
The purpose of a web browser (Chrome, Edge, Firefox, Safari) is to read HTML documents and display them correctly.
A browser does not display the HTML tags, but uses them to determine how to display the document:
What is CSS?
CSS stands for Cascading Style Sheets
CSS describes how HTML elements are to be displayed on screen, paper, or in other media
CSS saves a lot of work. It can control the layout of multiple web pages all at once
External stylesheets are stored in CSS files