My first HTML program on Notepad++


Today, I actually had fun with HTML making use of a software called Notepad++  on my laptop. The web page was colorful. You can use notepad online or on your PC.
First of all, What is HTML?
Related articles:
html programming language
Notepad Online

HyperText Markup Language, is commonly abbreviated as HTML. It is the standard markup language used to create web pages.HTML programming language / HTML can be used Along with CSS, and JavaScript, HTML is a cornerstone technology used to create web pages, as well as to create user interfaces for mobile and web applications.
notepad online

The Code Involved

<!DOCTYPE html5>
<html lang = "en-us">
<head>
<meta charset ="UTF-8">
<!My First web Page>
<title> My Very First Web Page!</title>
<style>
body {
background-color: black;
}
p {
color: White;
font-family: arial;
font-size: 40px;
}
h1,h2,h5,h6 {
color: lightGreen;
font-family: algerian;
font-size: 20px;
border-style: solid;
border-width: 5px;
}
h3,h4 {
color: White;
font-family: algerian;
font-size: 20px;
border-style: solid;
border-width: 5px;
border-style: dotted;
}
</style>
</head>
<body>
<h1>This is My First Web Page!</h1>
<h2>This is My First Web Page!</h2>
<h3>This is My First Web Page!</h3>
<h4>This is My First Web Page!</h4>
<h5>This is My First Web Page!</h5>
<h6>This is My First Web Page!</h6>
<p>I am in 400level computer science and this is just my first web page.</p> 
</body>
</html>

I hope this was easily done and i hope it was helpful.


Others:
html, html codes, html code, html language, html coding, markup language, html introduction, html stands for 
html programming language 
html page 
html markup 
language courses 
html language codes 
coding html, html stand for, html programming, html for, markup html, html hypertext markup language 
markup languages, html language notes, html from, & html code, language used to create web pages 
hypertext markup language html, hypertext markup language codes, html markup language, introduction to html 
html uses 
htmls 
html development 
introduction html 
introduction of html hypertext markup language tags markup web pages about html html languages 
html hypertext html markup tags what html stands for language development html hyper text markup language 
html language code 
hypertext html 
web page markup 
hypertext markup 
hypertext language 
language dictionary 
language translator 
html on 
html stands for hypertext markup language 
what is html format 
natural language 
html html html 
html a programming language 
uses of html 
html history 
a hypertext markup language document 
html a 
what is html tag 
computer html 
language 
how to do html coding 
in html code 
html information 
html code language 
computer language html 
language html 
programming html 
document markup language 
what are html tags 
html documents 
programming language html 
what is html tags 
html file 
coding in html 
definition of html 
what is html code 
html 4 
what html stand for 
html computer language 
format html 
what is html 
htm l 
html means 
meaning of html 
html meaning 
hyper text markup 
is html a programming language 
programming languages html 
what is html language 
use of html 
what html 
information about html 
html page language 
history of html 
define html 
extensible hypertext markup language 

Related Posts


EmoticonEmoticon

:)
:(
=(
^_^
:D
=D
=)D
|o|
@@,
;)
:-bd
:-d
:p
:ng
:lv

Comments system