
In this introduction video we have explained the need for web development , its uses , which language required and many more.
In the video we have explained how to download visual studio code and how to run a html in it .
This video will explained you the details about the heading , paragraph and image tag .
link tag is one of the most important tag so one need to understand it .
with the help of link tag we can link any url we want .
HTML provides a table tag which helps us to create a table .
In this video one can get the details of the lists , types of list and their syntax.
block and inline element are concept in HTML that one should know .
Iframe tag is used to show website within website .
The selector points to the HTML element you want to style. Each declaration includes a CSS property name and a value, separated by a colon.Multiple CSS declarations are separated with semicolons, and declaration blocks are surrounded by curly braces.
An inline CSS is used to apply a unique style to a single HTML element. An inline CSS uses the style attribute of an HTML element.
An external stylesheet is a standalone . css file that is linked from a web page. The advantage of external stylesheets is that it can be created once and the rules applied to multiple web pages. ... Inline styles relate to a specific HTML tag, using a style attribute with a CSS rule to style a specific page element.
topic in this video are 1. font family 2. font size 3. font style 4. font variant .
Hi viewer its a great thing to have viewers like you . without wasting time i will let you know what exactly is this about .
In this course we will provide you the content related the web development . we are going to teach you some languages like HTML , CSS , JS and much more .
I have made this course for everyone who wants to learn how to make websites . so anyone can watch it .
below we have given the detailed information of the course and also of languages . I would recommment you to read it first .
Web development is the work involved in developing a Web site for the Internet or an intranet. Web development can range from developing a simple single static page of plain text to complex web applications, electronic businesses, and social network services.
HTML : The Hyper Text Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser.
CSS : Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.
JS : JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.