Skip to main content

Web Page Development


Introduction 

The world wide web is a system of interlinked hypertext documents accessed via the internet. With a web browser, a user views web pages that may contain text, images, and other multimedia and navigates between them using hyperlinks. 

Web browser is a software application that enables a user to display and interact with text, images, and other information typically located on a web page at a website on the world wide web or a local area network. 

Example : Chrome, Microsoft Edge 

What is HTML ? 



HTML stands for hyper text markup language. An HTML file is a text file which contains tags called markup tags which tells the web browser how to display the page, markup is the process of taking ordinary text and adding extra symbols. The HTML file has the extension .html or .htm . The HTML file can be created using a simple text editor. It is not a case sensitive language. 

HTML formatting is all accomplished with tags. Tags usually come in pairs. The start tag will start a formatting feature and the end tag will switch that formatting feature off. 

Want to learn HTML ? 

Cascading Style Sheets 



A cascading style sheet (CSS) is a list of statements also known as the rules that can assign a various rendering properties to HTML elements. Style rules can be specified for a single element occurrence, multiple elements, an entire document, or even multiple documents at once. It is possible to specify many different rules for an element in different locations using different methods. All these rules are collected and merged when the document is rendered to form a single style rule for each element. 

The main difference between a style sheet and a web page is that a web page can be created using a style sheet but a style sheet cannot be displayed in any browser. 

Styles define how to display HTML elements. External style sheets can save a lot of work and are stored in CSS files. 

Style sheets can be created by placing <style> tag. But it should be created in between the head and body section in the webpage. 

Requirements of Web publishing 

  • ISP - ISP stands for internet service provider this is a company that provides internet connection 
  • Web Server - a web server is a computer program that is responsible for accepting HTTP requests from web browsers, and serving them HTTP responses which are web pages such as HTML documents and linked objects e.g. Images. 
  • IP addresses - Each machine in the internet is assigned a unique number. IP stands for internet protocol, and these addresses are 32 bit numbers. 
  • URLs - just as each household has a unique address, each web page in the world has a unique internet address called a URL (Uniform Resource Locator) 

Comments

Popular posts from this blog

Welcome to Gaming Circle Blogs

 

Google updates search algorithms to combat online slander

Google  stated that it's changing the algorithms that power its iconic  search  engine, in an attempt to crack down on websites that publish unverified and slanderous posts about people. It's a rare move for a company that's historically taken a hands-off approach to managing its search results. The changes take aim at an industry of online extortion, in which websites post unproven claims calling people cheaters, predators and pedophiles. The posts rank high in Google's search results when people query the victim's name. Then the websites charge thousands of dollars to remove the damning claims. Google has also created a list of "known victims" that includes the names of people who've reported to the company that they were the target of such schemes. For those people, Google said it'll apply protections when it comes to the ranking of search results, an effort to prevent similar content from other websites appearing when someone searches for their

Discord API (Part - 1)

  Hi, I am Arnav Bhagwat today i going to tell you all how to make a discord bot. This the Part-1 of How to make discord bot series.  So lets understand what is Discord Api  What is Discord API? So Discord API is a coding language used to program bots and games. You may have seen many bots like Carl.gg and mee36. I am going to tell you how to create your own and add a simple command. Discord API is basically Node.js   Discord Developer Portal  First type discord developer portal in the Google Chrome search bar and click on the first link that you see  Then it will open this page  Now on the left side click Application Tab this will take you to this page I have already created some bots and you are going to one of your own!! Click on new Application Type the name of the bot you want and then you will come to this page. If you could not reach till here do not worry dm me in discord and i will help you. You will arrive on that page  Now go in OAuth2 on the left hand side and scroll down y