PHP MySQL Login System
seen from China

seen from Indonesia
seen from United Kingdom
seen from Russia
seen from China

seen from Germany
seen from Congo - Brazzaville
seen from Finland

seen from Germany
seen from Vietnam
seen from Italy
seen from United Kingdom
seen from Italy
seen from Canada
seen from China
seen from United States
seen from Canada

seen from Netherlands

seen from Serbia
seen from Indonesia
PHP MySQL Login System
Basic HTML
Basic #HTML
HTML stands for hypertext markup language. It is the language behind websites including this one.
There are also different versions like HTML4 and HTML5 that added new content but we’ll get to those in a later post.
In order to make a webpage, all you need is a text document (easily created from Notepad) saved with a .html ending to the file (like index.html) and the necessary elements contained…
View On WordPress
КАКВО ТРЯБВА ДА ЗНАЕМ ЗА НАЧАЛНАТА СТРАНИЦА НА ЕДИН УЕБ САЙТ И INDEX.HTML ?
Имайте предвид, че фронтпейнджа на даден уеб сайт трябва да зарежда, както следва с index.html в края си или без него, но изборът трябва да бъде само един от двата варианта. От Sky Prime препоръчваме да не се прилага index.html, а да се отстрани с .htaccess.
В случай обаче, че началната страница се зарежда и по двата начина, задължително се прилага rel=”canonical”, с цел да се посочи кой от двата ѝ варианта е каноничната версия. Така неазвисимо, че ще се зареждат и двете страници, Google ще възприеме една от тях за главна и придобития рейтинг няма да се раздели по останалите ѝ версии.
You Don’t Know Bit- Webpages and the index.html file
Think of a website as a collection of files out there on the internet. These files contain data for the different pages of the website and how those pages will display. The files may be assets such as photos or videos, or the files may contain links to external assets hosted on other websites.
Enter: Your web browser. You are probably using Google Chrome, Internet Explorer (or Edge), Safari, or Firefox as your browser. Your browser interprets the file at the address of the page you specify and returns a visual display of the page.
When you navigate to a website, your browser will look for a file named index.html because that is the default page to display, or “Home Page”. This is why its a good habit to always including the index.html file when creating a website. Sometimes a web server will be programmed to default to another page but in most cases, index.html will be it.
Improved my index.html.
index.html · GitHub
August 09, 2016 at 03:14PM index.html h1>Hello World!h1> index.js const {app, BrowserWindow} = require('electron'); const pkg = require('./package.json'); const Configstore = require('configstore'); let mainWindow; app.on('ready', () => { let conf = Configstore(pkg.name, {foo: 'bar'}); mainWindow = new BrowserWindow({ height: 600, width: 800 }); mainWindow.loadURL('file://' + __dirname + '/index.html'); }); package.json { "name": "example-configstore", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "./node_modules/.bin/electron index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "Fabian 'fabiantheblind' Morón Zirfas , "license": "ISC", "dependencies": { "configstore": "^2.0.0", "electron-prebuilt": "^1.3.2" } } http://ift.tt/2aZg8MW
index.html
index.html
So came the foreboding of the day after day. Someday well arouse a luck. Whether its whatever employ to you- He held it away. Hauler bun absent of townspeople, nevertheless youll be harmless with him. As she left-hand the board, Omit Howards nerve denatured.
30 days to learn html & css ..... WHYYY LIFE !!
Right so I checked out the 30 days to learn HTML & CSS
This is all from the american man in the video !! Dont Judge while checking out the video I took my own notes and printscreened some of the stuff that I did. Here are my first set of notes and hope fully printscreens : D
So first of all is a simple webpage nothing to fancy. ( mrs browns boys canne argue with that )
- start with opening Notepad
and enter 'Hello World'
File: Save -> index.html Now open this in ummmmm Google Chrome (but you can use whatever browser you fancy) or you can drag and drop pretty simples.
After that it should appear saying Hello world like my print screen does.
Now add an exclamation mark ! save and refresh the webpage .... This is your first Edit wooooooo !!!!
Now for a harder code ... this is to add a name to our webpage
for example...
Here is my HTML code for it then Ill explain blah blah blah !!
As per save as Index.html then open or drag and drop into a browser and it should arrive looking like this
Anyway this is what ive learnt ... this onto the next little movie
Also if this is somehow allwrong SIMON !! Then it was the american man's fault and I have nothing to do with it : D