Brackets

Configurare noua (How To)

Situatie

What is Brackets?

Brakets is a free open-source editor written in HTML, CSS and JavaScript with a primary focus on Web Development. It was created by Adobe Systems, licensed under the MIT. License is currently maintained on GitHub. Brackets is available for cross-platform download on Mac, Windows, and Linux.

Solutie

Pasi de urmat

Download Brackets

Open Brackets

and down you can see all the language like Php,Css and Java

For a start.

First, you go to File and New (ctrl+N)

After you click Save As and -> Desktop -> New Folder you can name index.html, click save

New -> Save As( ctrl+shift+S) -> Desktop -> New Folder -> main

Add Doctype HTML

<!DOCTYPE html>

<html>

<head>

<meta charset=”utf-8″>

<title>Brackest</title>

<link rel=”stylesheet” href=”main.css”/>

</head>

</html>

File -> Save  (Ctrl+s)

Add information

File -> Save (Ctrl+s)

Desktop -> index.html

Double Click in index.html

Tip solutie

Permanent

Voteaza

(5 din 7 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?