Showing posts from July, 2021

Css selectors

Let's see the Css selectors It consist of the three selectors  Element selector Id selector Class selec…

HTML sementic tags

HTML sementic tags How understand the browsers that web consist of the header ,paragraph, details, summary ,…

HTML entities

HTML entities    used when we want some special character like any symbol that are not present in our normal…

Id and classes in html

learn id's and classes in html.                                                                       le…

Make Forms using html

How to make forms using html only First open the visiual studio code and apply the boilerplate. To learn the…

Tables and the lists

Tables and the lists in the html x. Tables and the lists are used in the web development to represent the tab…

Links and images

Lets attach the links and the images in the html. open the visual studio code and apply the boiler plate. <…

Heads and paragraphs

Today we are learn about the basic web development with basics of the html.. <! DOCTYPE   html > <…

That is All