Mostrando postagens com marcador Html. Mostrar todas as postagens
Mostrando postagens com marcador Html. Mostrar todas as postagens
How to add and edit color in html
Click to notepad and follow these image steps to create html
coloring steps.
We can change the text color by CSS (cascading style sheet)
but we are doing directly in the paragraph by adding font tags color.
Save the code and open in browser.
I use 4 types of color to create the paragraph , i use individual color for each paragraph.
one of them I
use Pixie Html color picker.
We can use this tool to
pick the html color from any source within the desktop or screen , you can
download it from link, To download click here
How to add background the image in Html site
How to add background the image html site
We can use notepad normal or notepad ++.
In notepad
just follow my simple steps in image bellow , Watch video link.
open notepad from start
Add following Html tags below.
Begain with opening of :
<html> and closing </html>
save it and continue next line of html tags.
open notepad from start
Add following Html tags below.
Begain with opening of :
<html> and closing </html>
save it and continue next line of html tags.
Html Formating (Tutorial-3) Learn to make website
Html Formating (Tutorial-3) Learn
to make website
Go to start menu and Open Notepad
Type the code below.
Go to start menu and Open Notepad
Type the code below.
How to make heading in site
Start notepad
Type this html code one by one.
Save the file in desktop with .html extension
How to make simple website in Notepad
How
to make simple website in Notepad
Click
on start menu.
Click
on notepad++ or Notepad
Type
the given code in the note pad
<Doc
type Html!
<html>
<head>
<title>My
site</title>
</head>
<body>
<h1>My
site is free to see</h1>
<p>some
text for textline </p>
<p>some
text for textline</p>
<p>some
text for textline</p>
<p>some
text for textline</p>
<p>some text for textline</p>
</body>
</html>
Save
the file in desktop format
Example:
Mysite.html
Click
to the Mysite.html shortcut file and open your first website..













