Tabish Iqbaltabishanenenu.hashnode.dev·Jun 11, 2023Introduction to Web & HTMLGetting Started with the Web What is the web/www? The world wide web (www) is also known as the Web. The web is the collection of millions of computers that are connected for the interchange of information via different websites. What is a webpage? A...Discuss·119 readsiwritecode
Goudhamgoudhamt.hashnode.dev·Feb 1, 2023Headings in HTML<h1> to <h6> are the elements that represent six levels of the section in headings, where <h1> is the highest and <h6> is the lowest <h1> can be used only once on the entire web page Below is the code to mention headings <body> <h1>heading 1</h1>...Discuss·33 readsLearn HTML from scratch#iwritecode #hiteshchoudary #html
Goudhamgoudhamt.hashnode.dev·Jan 30, 2023Introduction to Web and Web serversBefore we deep dive into web servers, first, let's understand the basics of web pages, web site and web servers Web Page A document that can be displayed in web browsers such as Google, Firefox, Microsoft Edge, and apple's safari is called a pages In...Discuss#iwritecode #hiteshchoudary #html
Ankit Kumarblog.ankitdevelops.tech·Jan 2, 2023Values & Variables In JavaScriptWhile working with computers we work with data only, Every Programming language work with some type of values, In this article, we are going to talk about values we can work with in JavaScript. These values are also known as datatypes.Let's explore t...Discuss·57 readsJavaScriptiwritecode
Shubham Khatikshubhamkhatik.hashnode.dev·Dec 28, 2022Introduction to web and HTMLweb: world wide web(www) is commonly called the web, it is a collection of websites or webpages stored in a web server and connected to a local computer via the internet. webserver: A server is like this- We store some data on the server when we want...Discuss·1 likeJavaScript BootcampJavaScript
Ankit Kumarblog.ankitdevelops.tech·Dec 19, 2022JavaScript ArrayThe array is the most used data structure of any programming language, so then what is Array? The array is a collection of items or elements. It is like a container where you can store multiple values. in JavaScript Array is denoted by square bracket...Discuss·74 readsJavaScriptiwritecode
Nikhil Chhetrinikhilchhetri.hashnode.dev·Dec 6, 2022Introduction to WebWhat is web? Web is an interconnected system of public web pages that are available on and accessible through the internet. At first, it was created to share information like documents and other downloadable content but after some time it was made to...Discuss·36 readsiwritecode
Soumya Ranjan Mahantasoumya2022.hashnode.dev·Dec 5, 2022Css FlexboxThe flexbox is a whole module not a single property. It consist of group of properties. Some of them arer meant to set on flex container ( the parent element ) and some of them on child or flex items. you can use the same html code to play with diffe...Discuss·76 readsiwritecode
Kapil Sarkarkapil2.hashnode.dev·Nov 13, 2022Introduction to CSS SelectorsCSS or Cascading Style Sheet represents the designing or presentation of a document written in HTML. CSS can said as the backbone of presentation. **CSS SELECTORS** Now the CSS selectors define the...Discuss·1 like·74 reads#iwritecode #hiteshchoudhary #LCO #markdown #git #github
Mahadasyam Radhikeshfsjsv2assignmentsineuron.hashnode.dev·Nov 5, 2022Introduction to Web and HTMLServer A server is a computer that addresses the requests with defined services to the computer which needs service. And the above same login is applicable for web pages to get published on many computers at once which we call it as web server. Web ...Discuss·76 reads#iwritecode #hiteshchoudhary #LCO #markdown #git #github