You are currently viewing CODING TUTORIAL PART-2 BY DIGITAL TASKS

CODING TUTORIAL PART-2 BY DIGITAL TASKS

Rate this post

Learn to Code Advanced HTML  – Digital Tasks

I told you in
the earlier post that how we have written an HTML Basic Tag, in today’s Blog we
are going to see how to write HTML advanced Code.

If you do not read the blog carefully, then you will not understand anything because when you do not read the blog carefully, then you will not know what is HTML advanced code, my promise is that you will make the website after reading this blog and You can also make the website and public.

 

 

What is Advance HTML?

Html is Hyper-Text Markup Language & html code is very simple to Learn and Basic HTML Tag are Learn this Link : HTML Basic Tags | HTML Definition | HTML Elements – Digital Tasks

 

HTML BASIC TAGS

Learn to Code Advanced HTML

 

HEADING TAGS

Division Tag are also use for box and CONTAINER types.

<div> Divition Box </div>
The HTML class attribute is used to specify a single or multiple class names for an HTML element. The class name can be used by CSS and JavaScript to do some tasks for HTML elements. You can use this class in CSS with a specific class, write a period (.) character, followed by the name of the class for selecting elements

Ex only : 

<html>
<head>
<style>
.a{
      color: red;
    }
</style>
</head>
<body>
<div class=”a”>
<h1> This is the Heading tag </h1>
</div>
</body>
=========================================================
UNDER CONSTRUCTION
GO TO THE HOME PAGE
=========================================================
                                                     
Learn to Code Advanced HTML - Digital Tasks

 

 

Leave a Reply