LEARN PROGRAMMING (WEB DEVELOMENT)
[1]. HTML CODE
[2] CSS3 CODE
[3] BOOTSTRAP CODE
[4] JAVASRICPT CODE
[5] JQUERY CODE
[6] ANGULAR JS code
simple app to learn how write code by practice using HTML, css , bootstrarap, java sricpt, jqurery, Angular js
💪 protection of personal data.
💢 privacy policy
ﷰrate use app if you like
tutorial of html code :
first html code:-
learn :-
<!doctype html>
The <!doctype html> defined the page is HTML5.
<html>
this tag is the root of an html page.
<head>
→ this tag contains meta information about the page.
→this tag can include a title for the document, script, style, meta information and more.
<title>
⇰ the tag contains a title for the page.
⇨ this tag is required in all HTML document and it denote the title of the document.
⇨ Display a title for the page in search-engine results (important for SEO).
⇨ more than one <title> tag in an HTML document is not allowed.
<body>
this tag contain all the contents of an HTML document, such as text, hyperlinks, images, table, lists,etc
how to run in computer?
⇨ In this HTML code play, we are using an inbuild editor and a browser, so no need to follow the steps.
In computer you need you an editor (eg. notepad/notepad++) for typing Html code.
→ open an editor
* type your html code.
* save the files with (.html) extension.
* to execute the code just double click on the html file .
* this file will open in your default browser and you see the program output.
Comments