SDSaraswathi Devinsaraswathiblog.dev·Mar 19, 2024 · 5 min readBasic Few things About HTMLIn this article we are going to discuss about the below mentioned topics those very important to the HTML learner. What is HTML and importance of HTML Basic HTML syntax Tags and Tags Types IDE's Git and GitHub How To push folders and files into...02PS
SDSaraswathi Devinsaraswathiblog.dev·Mar 18, 2024 · 1 min readHow To Insert images and &links in HTMLIn HTML links are added using attribute href="", this attribute is placed inside the anchor tag, here target=_"blank" attribute is used open that in another tab Below I mentioned a command for adding link in HTML. In the below command word here used ...00
SDSaraswathi Devinsaraswathiblog.dev·Mar 18, 2024 · 3 min readMy First HTML ProjectI have successfully completed my first HTML project, where I created a website, which is our first www(World Wide Web) with a title of World Wide Web.where i used tags <html>,<head>,<body>,<h1>,<h4>,<p> and <a>, and i used the parameters h ref= " " a...00
SDSaraswathi Devinsaraswathiblog.dev·Mar 17, 2024 · 1 min readMy First HTML ClassWhat is HTML? HTML is a language used for web development. HTML stands for Hyper Text markup language. It is the skeleton of the web page. It is used at front end technologies as a part of web development. currently we are using 5 version of HTML. be...00